Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 327 Bytes

goedelT

An attempt at implementing Gödel's T in Haskell

How to install:

If you want to play around with this, just follow these steps:

git clone https://github.com/jbetzend/goedelT.git
cd goedelT
cabal sandbox init
cabal install --only-dependencies
cabal run

TODO:

Tests, Improve Parser (Rec)