added type checker

This commit is contained in:
macocianradu
2021-10-27 15:18:02 +02:00
parent 51c625b74b
commit 9437c6bd7a
8 changed files with 218 additions and 38 deletions

View File

@@ -37,6 +37,7 @@ library
PrettyPrinter.Function
PrettyPrinter.General
PrettyPrinter.Type
Semantic.TypeChecker
other-modules:
Paths_RosettaParser
hs-source-dirs:
@@ -44,6 +45,7 @@ library
build-depends:
base >=4.7 && <5
, megaparsec
, mtl
, parser-combinators
, prettyprinter
, text
@@ -61,6 +63,7 @@ executable RosettaParser-exe
RosettaParser
, base >=4.7 && <5
, megaparsec
, mtl
, parser-combinators
, prettyprinter
, text
@@ -79,6 +82,7 @@ test-suite RosettaParser-test
RosettaParser
, base >=4.7 && <5
, megaparsec
, mtl
, parser-combinators
, prettyprinter
, text