diff options
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 |