diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2023-02-22 22:23:35 +1300 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2023-02-22 22:24:29 +1300 |
| commit | bad32a12573bf14968746ea9ad0f6c4f20b50cf1 (patch) | |
| tree | 26ce098f30f054b2f2a742d2c06b857951ea68db /DSL.hs | |
| parent | 0bde837174fcb9c17cb3adbf6bc3c7407cab10df (diff) | |
Re-work program structure, MAIN entrypoint + only PROC definitions
Diffstat (limited to 'DSL.hs')
| -rw-r--r-- | DSL.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module DSL where -import DSL.BaseParsers (parse) +import DSL.BaseParsers (parse) -- for testing import DSL.Parsing import DSL.Interpretation |
