Mercurial > urweb
comparison src/compiler.sig @ 1800:38297294cf98
New NameJs phase, still needing some debugging
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 02 Aug 2012 18:12:37 -0400 |
parents | 3d922a28370b |
children | c1e3805e604e |
comparison
equal
deleted
inserted
replaced
1799:3d922a28370b | 1800:38297294cf98 |
---|---|
113 val mono_opt : (Mono.file, Mono.file) phase | 113 val mono_opt : (Mono.file, Mono.file) phase |
114 val untangle : (Mono.file, Mono.file) phase | 114 val untangle : (Mono.file, Mono.file) phase |
115 val mono_reduce : (Mono.file, Mono.file) phase | 115 val mono_reduce : (Mono.file, Mono.file) phase |
116 val mono_shake : (Mono.file, Mono.file) phase | 116 val mono_shake : (Mono.file, Mono.file) phase |
117 val iflow : (Mono.file, Mono.file) phase | 117 val iflow : (Mono.file, Mono.file) phase |
118 val namejs : (Mono.file, Mono.file) phase | |
118 val jscomp : (Mono.file, Mono.file) phase | 119 val jscomp : (Mono.file, Mono.file) phase |
119 val fuse : (Mono.file, Mono.file) phase | 120 val fuse : (Mono.file, Mono.file) phase |
120 val pathcheck : (Mono.file, Mono.file) phase | 121 val pathcheck : (Mono.file, Mono.file) phase |
121 val sidecheck : (Mono.file, Mono.file) phase | 122 val sidecheck : (Mono.file, Mono.file) phase |
122 val cjrize : (Mono.file, Cjr.file) phase | 123 val cjrize : (Mono.file, Cjr.file) phase |
165 val toUntangle : (string, Mono.file) transform | 166 val toUntangle : (string, Mono.file) transform |
166 val toMono_reduce : (string, Mono.file) transform | 167 val toMono_reduce : (string, Mono.file) transform |
167 val toMono_shake : (string, Mono.file) transform | 168 val toMono_shake : (string, Mono.file) transform |
168 val toMono_opt2 : (string, Mono.file) transform | 169 val toMono_opt2 : (string, Mono.file) transform |
169 val toIflow : (string, Mono.file) transform | 170 val toIflow : (string, Mono.file) transform |
171 val toNamejs : (string, Mono.file) transform | |
172 val toNamejs_untangle : (string, Mono.file) transform | |
170 val toJscomp : (string, Mono.file) transform | 173 val toJscomp : (string, Mono.file) transform |
171 val toMono_opt3 : (string, Mono.file) transform | 174 val toMono_opt3 : (string, Mono.file) transform |
172 val toFuse : (string, Mono.file) transform | 175 val toFuse : (string, Mono.file) transform |
173 val toUntangle2 : (string, Mono.file) transform | 176 val toUntangle2 : (string, Mono.file) transform |
174 val toMono_reduce2 : (string, Mono.file) transform | 177 val toMono_reduce2 : (string, Mono.file) transform |