SCM Repository
[diderot] Diff of /branches/pure-cfg/src/compiler/codegen/codegen-fn.sml
Diff of /branches/pure-cfg/src/compiler/codegen/codegen-fn.sml
Parent Directory
|
Revision Log
|
Patch
129 |
| IL.S_Active args => |
| IL.S_Active args => |
130 |
ListPair.foldrEq |
ListPair.foldrEq |
131 |
(fn (x, e, stms) => T.Stmt.assignState(x, trExp(env, e))::stms) |
(fn (x, e, stms) => T.Stmt.assignState(x, trExp(env, e))::stms) |
132 |
[T.Stmt.exit()] |
[T.Stmt.active()] |
133 |
(stateVars, args) |
(stateVars, args) |
134 |
| IL.S_Stabilize args => |
| IL.S_Stabilize args => |
135 |
ListPair.foldrEq |
ListPair.foldrEq |
|
Legend:
Removed from v.563 |
|
changed lines |
|
Added in v.564 |
|
|