SCM Repository
Diff of /branches/pure-cfg/src/compiler/codegen/tree-il.sml
Parent Directory
|
Revision Log
|
Patch
revision 650, Fri Mar 18 20:51:42 2011 UTC | revision 651, Sun Mar 20 16:53:55 2011 UTC | |
---|---|---|
# | Line 76 | Line 76 |
76 | ||
77 | and var_kind | and var_kind |
78 | = VK_Global (* global variable *) | = VK_Global (* global variable *) |
79 | | VK_State of Atom.atom (* strand state variable *) | | VK_State of Atom.atom (* strand state variable; argument is strand name *) |
80 | | VK_Local (* includes strand parameters *) | | VK_Local (* includes strand parameters *) |
81 | ||
82 | structure Var : sig | structure Var : sig |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |