temporary commit incase of breakage
This commit is contained in:
parent
91d6332dc5
commit
8910d8adc0
6 changed files with 118 additions and 45 deletions
|
|
@ -48,6 +48,7 @@ EVar. Exp3 ::= LIdent;
|
|||
EInj. Exp3 ::= UIdent;
|
||||
ELit. Exp3 ::= Lit;
|
||||
EApp. Exp2 ::= Exp2 Exp3;
|
||||
EAppInf. Exp2 ::= Exp3 "`" Exp3 "`";
|
||||
EAdd. Exp1 ::= Exp1 "+" Exp2;
|
||||
ELet. Exp ::= "let" Bind "in" Exp;
|
||||
EAbs. Exp ::= "\\" LIdent "." Exp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue