SCM Repository
Diff of /branches/pure-cfg/src/compiler/codegen/target-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 512, Tue Feb 8 19:32:42 2011 UTC | revision 513, Tue Feb 8 21:23:01 2011 UTC | |
---|---|---|
# | Line 80 | Line 80 |
80 | ||
81 | (* statement construction *) | (* statement construction *) |
82 | structure Stmt : sig | structure Stmt : sig |
83 | val comment : string list -> stm | |
84 | val assignState : state_var * exp -> stm | val assignState : state_var * exp -> stm |
85 | val assign : local_var * exp -> stm | val assign : local_var * exp -> stm |
86 | val block : stm list -> stm | val block : stm list -> stm |
87 | val ifthenelse : cond * stm * stm -> stm | val ifthenelse : cond * stm * stm -> stm |
88 | val die : unit -> stm | |
89 | val stabilize : unit -> stm | |
90 | end | end |
91 | ||
92 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |