diff options
Diffstat (limited to 'ABC/Machine.dcl')
-rw-r--r-- | ABC/Machine.dcl | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/ABC/Machine.dcl b/ABC/Machine.dcl index de98de2..68bf4cc 100644 --- a/ABC/Machine.dcl +++ b/ABC/Machine.dcl @@ -1,17 +1,15 @@ definition module ABC.Machine import - ABC.Def, - - ABC.AStack, - ABC.BStack, - ABC.CStack, - ABC.Nodes, - ABC.GraphStore, - ABC.Program, - ABC.IO, - - ABC.Instructions, - ABC.Driver, - - ABC.Assembler + ABC.Machine.Def, + + ABC.Machine.AStack, + ABC.Machine.BStack, + ABC.Machine.CStack, + ABC.Machine.Nodes, + ABC.Machine.GraphStore, + ABC.Machine.Program, + ABC.Machine.IO, + + ABC.Machine.Instructions, + ABC.Machine.Driver |