summaryrefslogtreecommitdiff
path: root/DSL/Types.hs
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2023-02-18 17:19:09 +1300
committerMatthew Hall <hallmatthew314@gmail.com>2023-02-18 17:19:09 +1300
commit28ab4a097fb73a138850a3fb7f6e480765c702ee (patch)
tree2521dcbff013b670caec4b5b8de0eac8a0f150cc /DSL/Types.hs
parent8c33b3d2c69b6800ca34155d62c000250980e47e (diff)
Add STRCAT, update fizzbuzz
Diffstat (limited to 'DSL/Types.hs')
-rw-r--r--DSL/Types.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/DSL/Types.hs b/DSL/Types.hs
index 0a4de3f..7bd9f56 100644
--- a/DSL/Types.hs
+++ b/DSL/Types.hs
@@ -36,6 +36,8 @@ data Intrinsic
| I_AND
| I_OR
| I_XOR
+ -- core string operations
+ | I_STRCAT
-- core logical operations
| I_EQUAL
| I_LESSTHAN