summaryrefslogtreecommitdiff
path: root/DSL/Parsing.hs
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2023-02-24 23:03:33 +1300
committerMatthew Hall <hallmatthew314@gmail.com>2023-02-24 23:03:33 +1300
commit1977b7ad1e86d2b922737eb04741607e9c9a991a (patch)
tree24653cb78f5411e79d1ede853115ca38ccd80aa4 /DSL/Parsing.hs
parentb89d46e7df8ae65786abe37b5703392e9042db83 (diff)
Better printing functionsmain
Diffstat (limited to 'DSL/Parsing.hs')
-rw-r--r--DSL/Parsing.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/DSL/Parsing.hs b/DSL/Parsing.hs
index 028b738..6097be6 100644
--- a/DSL/Parsing.hs
+++ b/DSL/Parsing.hs
@@ -92,6 +92,7 @@ intrinsicL = prependError "intrinsicL:" $ fromTableL t
, ("==", T_INTRINSIC I_EQUAL)
, ("<", T_INTRINSIC I_LESSTHAN)
, (">", T_INTRINSIC I_GREATERTHAN)
+ , ("PUT", T_INTRINSIC I_PUT)
]
lexemeL :: DSLLexer