SCM Repository
Diff of /trunk/src/compiler/simplify/simple.sml
Parent Directory
|
Revision Log
|
Patch
revision 1639, Wed Nov 16 01:48:07 2011 UTC | revision 1640, Wed Nov 16 02:19:51 2011 UTC | |
---|---|---|
# | Line 50 | Line 50 |
50 | methods : method list | methods : method list |
51 | } | } |
52 | ||
53 | and method = Method of MethodName.name * block | and method = Method of StrandUtil.method_name * block |
54 | ||
55 | and block = Block of stmt list | and block = Block of stmt list |
56 | ||
# | Line 63 | Line 63 |
63 | | S_New of Atom.atom * var list | | S_New of Atom.atom * var list |
64 | | S_Die | | S_Die |
65 | | S_Stabilize | | S_Stabilize |
66 | | S_Print of var list | |
67 | ||
68 | and exp | and exp |
69 | = E_Var of var | = E_Var of var |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |