index
:
dumb-stack-lang
main
An interpreted DSL (Dumb Stack Language) implemented in Haskell
Matthew Hall
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DSL.hs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'DSL.hs')
-rw-r--r--
DSL.hs
2
1 files changed, 0 insertions, 2 deletions
diff --git a/DSL.hs b/DSL.hs
index 50d8ca3..1a86c34 100644
--- a/
DSL.hs
+++ b/
DSL.hs
@@ -1,7 +1,5 @@
module DSL where
-import DSL.Types
-import DSL.Util
import DSL.Parsing
import DSL.Interpretation