SCM Repository
Diff of /trunk/src/compiler/simplify/simple.sml
Parent Directory
|
Revision Log
|
Patch
revision 174, Sat Jul 24 15:38:08 2010 UTC | revision 175, Sat Jul 24 16:53:55 2010 UTC | |
---|---|---|
# | Line 13 | Line 13 |
13 | ||
14 | datatype var = datatype AST.var | datatype var = datatype AST.var |
15 | ||
16 | datatype program = Prog of { | datatype program = Program of { |
17 | globals : var list, | globals : var list, |
18 | globalInit : stmt, | globalInit : stmt, |
19 | actors : actor list | actors : actor list |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |