]> Joshua Wise's Git repositories - snipe.git/blobdiff - trans/tree.sml
Add strings to the IR
[snipe.git] / trans / tree.sml
index 2111fc19f666758fa1680f3c211e509438935564..d03180ed7129860b3a9086200866c725852d8173 100644 (file)
@@ -23,6 +23,7 @@ sig
     | CALL of Ast.ident * exp list
     | MEMORY of exp
     | ALLOC of exp
+    | STRING of Stringref.stringref
     | COND of exp * exp * exp
     | STMVAR of stm list * exp
     | NULLPTR
@@ -55,6 +56,7 @@ struct
     | CALL of Ast.ident * exp list
     | MEMORY of exp
     | ALLOC of exp
+    | STRING of Stringref.stringref
     | COND of exp * exp * exp
     | STMVAR of stm list * exp
     | NULLPTR
This page took 0.022393 seconds and 4 git commands to generate.