more sample programs, added strings, added desugar for strings

This commit is contained in:
sebastianselander 2023-05-08 20:22:57 +02:00
parent 2226a6ad33
commit 2fab7f2bdf
4 changed files with 52 additions and 4 deletions

View file

@ -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