aboutsummaryrefslogtreecommitdiff
path: root/ABC/Machine.dcl
blob: 68bf4ccc45a54814f46a247b91b63fe03da8fe7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
definition module ABC.Machine

import
	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