SCM Repository
Diff of /branches/vis12/src/compiler/codegen/target-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 1869, Fri May 11 13:19:14 2012 UTC | revision 1870, Fri May 11 17:44:18 2012 UTC | |
---|---|---|
# | Line 38 | Line 38 |
38 | structure Tr : sig | structure Tr : sig |
39 | val fragment : env * TreeIL.block -> env * stm list | val fragment : env * TreeIL.block -> env * stm list |
40 | val block : env * TreeIL.block -> stm | val block : env * TreeIL.block -> stm |
41 | val free : env * TreeIL.block -> stm | |
42 | val exp : env * TreeIL.exp -> exp | val exp : env * TreeIL.exp -> exp |
43 | end | end |
44 | ||
# | Line 70 | Line 71 |
71 | val inputs : program * env * TreeIL.block -> unit | val inputs : program * env * TreeIL.block -> unit |
72 | (* initialization of program globals *) | (* initialization of program globals *) |
73 | val init : program * stm -> unit | val init : program * stm -> unit |
74 | (* destruction of program globals *) | |
75 | val free : program * stm -> unit | |
76 | (* register the initially code for a program *) | (* register the initially code for a program *) |
77 | val initially : { | val initially : { |
78 | prog : program, | prog : program, |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |