Added support for subtraction
This commit is contained in:
parent
f8d320bb6d
commit
026949ae7e
25 changed files with 864 additions and 4511 deletions
|
|
@ -29,4 +29,5 @@ transExp x = case x of
|
|||
Grammar.Abs.EInt integer -> failure x
|
||||
Grammar.Abs.EApp exp1 exp2 -> failure x
|
||||
Grammar.Abs.EAdd exp1 exp2 -> failure x
|
||||
Grammar.Abs.ESub exp1 exp2 -> failure x
|
||||
Grammar.Abs.EAbs ident exp -> failure x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue