Some work on a typechecker
This commit is contained in:
parent
d85a0d26b8
commit
b6b2dfa25f
6 changed files with 98 additions and 84 deletions
|
|
@ -31,11 +31,12 @@ executable language
|
|||
Grammar.Print
|
||||
Grammar.Skel
|
||||
Interpreter
|
||||
TypeChecker
|
||||
|
||||
hs-source-dirs: src
|
||||
|
||||
build-depends:
|
||||
base ^>=4.16.3.0
|
||||
base >= 4.16.3.0
|
||||
, mtl
|
||||
, containers
|
||||
, either
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue