Merge branch 'typechecking' into codegen-martin-3
This commit is contained in:
commit
e000e5159f
10 changed files with 285 additions and 9 deletions
|
|
@ -1,4 +1,7 @@
|
|||
Program. Program ::= [Def] ;
|
||||
|
||||
DExp. Def ::= Ident ":" Type
|
||||
Ident [Ident] "=" Exp ;
|
||||
|
||||
Program. Program ::= [Bind];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue