aboutsummaryrefslogtreecommitdiff
path: root/Machine.dcl
blob: e71147b31cd07a40438ff35f5694650caf2a6a5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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