aboutsummaryrefslogtreecommitdiff
path: root/Machine.dcl
diff options
context:
space:
mode:
authorCamil Staps2016-07-01 15:24:00 +0200
committerCamil Staps2016-07-01 15:24:00 +0200
commitbc51d802223d549a372275b041ac2b778854b7d2 (patch)
treea2c5ae624225abfe16d8aff75e2509135df056e7 /Machine.dcl
parentPrinting (diff)
Driver, Instructions
Diffstat (limited to 'Machine.dcl')
-rw-r--r--Machine.dcl8
1 files changed, 7 insertions, 1 deletions
diff --git a/Machine.dcl b/Machine.dcl
index 4106009..e71147b 100644
--- a/Machine.dcl
+++ b/Machine.dcl
@@ -2,8 +2,14 @@ definition module ABC.Machine
import
ABC.Def,
+
ABC.AStack,
ABC.BStack,
ABC.CStack,
ABC.Nodes,
- ABC.GraphStore
+ ABC.GraphStore,
+ ABC.Program,
+ ABC.IO,
+
+ ABC.Instructions,
+ ABC.Driver