summaryrefslogtreecommitdiff
path: root/DSL.hs
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2023-02-22 22:23:35 +1300
committerMatthew Hall <hallmatthew314@gmail.com>2023-02-22 22:24:29 +1300
commitbad32a12573bf14968746ea9ad0f6c4f20b50cf1 (patch)
tree26ce098f30f054b2f2a742d2c06b857951ea68db /DSL.hs
parent0bde837174fcb9c17cb3adbf6bc3c7407cab10df (diff)
Re-work program structure, MAIN entrypoint + only PROC definitions
Diffstat (limited to 'DSL.hs')
-rw-r--r--DSL.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSL.hs b/DSL.hs
index 23f8f4d..54efb28 100644
--- a/DSL.hs
+++ b/DSL.hs
@@ -1,6 +1,6 @@
module DSL where
-import DSL.BaseParsers (parse)
+import DSL.BaseParsers (parse) -- for testing
import DSL.Parsing
import DSL.Interpretation