aboutsummaryrefslogtreecommitdiff
path: root/test.icl
diff options
context:
space:
mode:
authorCamil Staps2016-07-05 17:25:10 +0200
committerCamil Staps2016-07-05 17:25:10 +0200
commitceb0b74bd0b368124679378ebfb2cf316deb2e39 (patch)
tree7f5c562952bcf0427d838274177123765fe93cf5 /test.icl
parentProgramStore as array for efficiency (diff)
Added Machine as module level
Diffstat (limited to 'test.icl')
-rw-r--r--test.icl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.icl b/test.icl
index 7d6068f..330a222 100644
--- a/test.icl
+++ b/test.icl
@@ -2,6 +2,7 @@ module test
import StdEnv
+import ABC.Assembler
import ABC.Machine
import ABC.Code