comparison src/compiler.sig @ 2203:39faa4a037f4

ML half of initial prototype. (Doesn't compile because there's no C yet.)
author Ziv Scully <ziv@mit.edu>
date Tue, 25 Mar 2014 02:04:06 -0400
parents 606af2c9b828
children 0ca11d57c175
comparison
equal deleted inserted replaced
2202:606af2c9b828 2203:39faa4a037f4
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