SCM Repository
[diderot] Diff of /branches/pure-cfg/src/compiler/tree-il/tree-il.sml
Diff of /branches/pure-cfg/src/compiler/tree-il/tree-il.sml
Parent Directory
|
Revision Log
|
Patch
16 |
datatype program = Program of { |
datatype program = Program of { |
17 |
globals : var list, |
globals : var list, |
18 |
globalInit : block, |
globalInit : block, |
19 |
(* initialization *) |
strands : strand list, |
20 |
strands : strand list |
initially : { |
21 |
|
isArray : bool, |
22 |
|
iterPrefix : block, |
23 |
|
iters : (var * exp * exp) list, |
24 |
|
createPrefix : block, |
25 |
|
strand : Atom.atom, |
26 |
|
args : exp list |
27 |
|
} |
28 |
} |
} |
29 |
|
|
30 |
and strand = Strand of { |
and strand = Strand of { |
|
Legend:
Removed from v.618 |
|
changed lines |
|
Added in v.624 |
|
|