SCM Repository
Diff of /trunk/src/compiler/parser/parse-tree.sml
Parent Directory
|
Revision Log
|
Patch
revision 163, Tue Jul 20 18:55:32 2010 UTC | revision 164, Tue Jul 20 18:56:04 2010 UTC | |
---|---|---|
# | Line 24 | Line 24 |
24 | | D_Actor of { (* actor decl *) | | D_Actor of { (* actor decl *) |
25 | name : var, | name : var, |
26 | params : param list, | params : param list, |
27 | state : var_decl list, | state : (bool * var_decl) list, (* state variables; true means output *) |
28 | methods : method list | methods : method list |
29 | } | } |
30 | | D_InitialArray of create * iter list | | D_InitialArray of create * iter list |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |