SCM Repository
Diff of /branches/vis12/src/compiler/tree-il/tree-il.sml
Parent Directory
|
Revision Log
|
Patch
revision 2022, Wed Oct 10 11:55:39 2012 UTC | revision 2023, Wed Oct 10 12:27:13 2012 UTC | |
---|---|---|
# | Line 65 | Line 65 |
65 | | S_LoadImage of var * int * exp (* load image data *) | | S_LoadImage of var * int * exp (* load image data *) |
66 | *) | *) |
67 | | S_Input of var * string * string option * exp option (* get input *) | | S_Input of var * string * string option * exp option (* get input *) |
68 | | S_InputImage of var * string * string option * string option (* get image input *) | | S_InputNrrd of var * string * string option * string option (* get image/seq input *) |
| S_InputSeq of var * string * string option * string option (* get image input *) | ||
69 | | S_New of Atom.atom * exp list (* new strand creation *) | | S_New of Atom.atom * exp list (* new strand creation *) |
70 | | S_Save of state_var list * exp (* save strand state *) | | S_Save of state_var list * exp (* save strand state *) |
71 | | S_Exit of exp list | | S_Exit of exp list |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |