finished generator for basic types, enums and functions.

Functions still need to print a body
This commit is contained in:
macocianradu
2021-11-12 03:05:34 +01:00
parent 045ae7049e
commit 40f6fb24b7
20 changed files with 224 additions and 63 deletions

View File

@@ -27,6 +27,7 @@ library
exposed-modules:
Model.Enum
Model.Function
Model.RosettaObject
Model.Type
Parser.Enum
Parser.Expression
@@ -36,6 +37,7 @@ library
PrettyPrinter.Enum
PrettyPrinter.Function
PrettyPrinter.General
PrettyPrinter.RosettaObject
PrettyPrinter.Type
Semantic.ExpressionChecker
Semantic.TypeChecker