aboutsummaryrefslogtreecommitdiff
path: root/Machine.dcl
diff options
context:
space:
mode:
authorCamil Staps2016-06-30 21:04:54 +0200
committerCamil Staps2016-06-30 21:04:54 +0200
commit344a53260664c83c05e2a82ebe76110d1548b02b (patch)
tree0a249b4accca4fe05ba32844270c0efc194fcd19 /Machine.dcl
parentA,B,C-stacks (diff)
GraphStore, Nodes
Diffstat (limited to 'Machine.dcl')
-rw-r--r--Machine.dcl9
1 files changed, 9 insertions, 0 deletions
diff --git a/Machine.dcl b/Machine.dcl
new file mode 100644
index 0000000..4106009
--- /dev/null
+++ b/Machine.dcl
@@ -0,0 +1,9 @@
+definition module ABC.Machine
+
+import
+ ABC.Def,
+ ABC.AStack,
+ ABC.BStack,
+ ABC.CStack,
+ ABC.Nodes,
+ ABC.GraphStore