comparison src/compiler.sig @ 2209:0ca11d57c175

Cleans up interface (it's now a command line option) and renames project to "sqlcache" in the all-one-word style. Still has issues to do with concurrency, retrying transactions, and foreign function calls that either rely on state or have side effects.
author Ziv Scully <ziv@mit.edu>
date Sat, 31 May 2014 03:08:16 -0400
parents 39faa4a037f4
children ef766ef6e242
comparison
equal deleted inserted replaced
2208:cb74460f046a 2209:0ca11d57c175
120 val jscomp : (Mono.file, Mono.file) phase 120 val jscomp : (Mono.file, Mono.file) phase
121 val fuse : (Mono.file, Mono.file) phase 121 val fuse : (Mono.file, Mono.file) phase
122 val pathcheck : (Mono.file, Mono.file) phase 122 val pathcheck : (Mono.file, Mono.file) phase
123 val sidecheck : (Mono.file, Mono.file) phase 123 val sidecheck : (Mono.file, Mono.file) phase
124 val sigcheck : (Mono.file, Mono.file) phase 124 val sigcheck : (Mono.file, Mono.file) phase
125 val sqlCache : (Mono.file, Mono.file) phase 125 val sqlcache : (Mono.file, Mono.file) phase
126 val cjrize : (Mono.file, Cjr.file) phase 126 val cjrize : (Mono.file, Cjr.file) phase
127 val prepare : (Cjr.file, Cjr.file) phase 127 val prepare : (Cjr.file, Cjr.file) phase
128 val checknest : (Cjr.file, Cjr.file) phase 128 val checknest : (Cjr.file, Cjr.file) phase
129 val sqlify : (Mono.file, Cjr.file) phase 129 val sqlify : (Mono.file, Cjr.file) phase
130 130
185 val toUntangle3 : (string, Mono.file) transform 185 val toUntangle3 : (string, Mono.file) transform
186 val toMono_shake3 : (string, Mono.file) transform 186 val toMono_shake3 : (string, Mono.file) transform
187 val toPathcheck : (string, Mono.file) transform 187 val toPathcheck : (string, Mono.file) transform
188 val toSidecheck : (string, Mono.file) transform 188 val toSidecheck : (string, Mono.file) transform
189 val toSigcheck : (string, Mono.file) transform 189 val toSigcheck : (string, Mono.file) transform
190 val toSqlCache : (string, Mono.file) transform 190 val toSqlcache : (string, Mono.file) transform
191 val toCjrize : (string, Cjr.file) transform 191 val toCjrize : (string, Cjr.file) transform
192 val toPrepare : (string, Cjr.file) transform 192 val toPrepare : (string, Cjr.file) transform
193 val toChecknest : (string, Cjr.file) transform 193 val toChecknest : (string, Cjr.file) transform
194 val toSqlify : (string, Cjr.file) transform 194 val toSqlify : (string, Cjr.file) transform
195 195
196 val debug : bool ref 196 val debug : bool ref
197 val dumpSource : bool ref 197 val dumpSource : bool ref
198 val enableBoot : unit -> unit 198 val enableBoot : unit -> unit
199 199
200 val doIflow : bool ref 200 val doIflow : bool ref
201 val doSqlcache : bool ref
201 202
202 val addPath : string * string -> unit 203 val addPath : string * string -> unit
203 val addModuleRoot : string * string -> unit 204 val addModuleRoot : string * string -> unit
204 205
205 val moduleOf : string -> string 206 val moduleOf : string -> string