Merge branch 'typechecking' into codegen-martin-3

This commit is contained in:
sebastianselander 2023-02-10 10:33:15 +01:00
commit e000e5159f
10 changed files with 285 additions and 9 deletions

View file

@ -1,4 +1,7 @@
Program. Program ::= [Def] ;
DExp. Def ::= Ident ":" Type
Ident [Ident] "=" Exp ;
Program. Program ::= [Bind];