SCM Repository
Diff of /branches/pure-cfg/src/compiler/codegen/target-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 526, Sat Feb 12 23:17:46 2011 UTC | revision 527, Sun Feb 13 02:08:31 2011 UTC | |
---|---|---|
# | Line 29 | Line 29 |
29 | val vecTy : int -> ty | val vecTy : int -> ty |
30 | val ivecTy : int -> ty | val ivecTy : int -> ty |
31 | ||
32 | val newProgram : unit -> program | |
33 | ||
34 | (* output the code to a file. The string is the basename of the file, the extension | |
35 | * is provided by the target. | |
36 | *) | |
37 | val generate : string * program -> unit | |
38 | ||
39 | val defineStrand : program * string -> strand | val defineStrand : program * string -> strand |
40 | ||
41 | structure Var : sig | structure Var : sig |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |