more sample programs, added strings, added desugar for strings
This commit is contained in:
parent
2226a6ad33
commit
2fab7f2bdf
4 changed files with 52 additions and 4 deletions
|
|
@ -82,6 +82,7 @@ define infixSymbol e1 vn e3 = EApp (EApp (EVarS (VSymbol vn)) e1) e3;
|
|||
|
||||
LInt. Lit ::= Integer;
|
||||
LChar. Lit ::= Char;
|
||||
LString. Lit ::= String ;
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
-- * AUX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue