mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 13:00:08 +00:00
finished generator for basic types, enums and functions.
Functions still need to print a body
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user