diff options
author | Camil Staps | 2016-07-01 15:24:00 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-01 15:24:00 +0200 |
commit | bc51d802223d549a372275b041ac2b778854b7d2 (patch) | |
tree | a2c5ae624225abfe16d8aff75e2509135df056e7 /Machine.dcl | |
parent | Printing (diff) |
Driver, Instructions
Diffstat (limited to 'Machine.dcl')
-rw-r--r-- | Machine.dcl | 8 |
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 |