Started updating the Code Generator to the new monomorphizer tree.
This commit is contained in:
parent
350cd3b0e9
commit
bbf7a47e74
7 changed files with 753 additions and 706 deletions
|
|
@ -13,7 +13,7 @@ Data. Data ::= "data" Constr "where" "{" [Constructor] "}" ;
|
|||
Constructor. Constructor ::= Ident ":" Type ;
|
||||
separator nonempty Constructor "" ;
|
||||
|
||||
TMono. Type1 ::= "_" Ident ;
|
||||
TMono. Type1 ::= Ident ;
|
||||
TPol. Type1 ::= "'" Ident ;
|
||||
TConstr. Type1 ::= Constr ;
|
||||
TArr. Type ::= Type1 "->" Type ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue