comparison src/compiler.sig @ 567:1901db85acb4

Start of JsComp
author Adam Chlipala <adamc@hcoop.net>
date Sat, 20 Dec 2008 14:19:21 -0500
parents 4929cf86bc03
children 57018f21cd5c
comparison
equal deleted inserted replaced
566:a152905c3c3b 567:1901db85acb4
73 val monoize : (Core.file, Mono.file) phase 73 val monoize : (Core.file, Mono.file) phase
74 val mono_opt : (Mono.file, Mono.file) phase 74 val mono_opt : (Mono.file, Mono.file) phase
75 val untangle : (Mono.file, Mono.file) phase 75 val untangle : (Mono.file, Mono.file) phase
76 val mono_reduce : (Mono.file, Mono.file) phase 76 val mono_reduce : (Mono.file, Mono.file) phase
77 val mono_shake : (Mono.file, Mono.file) phase 77 val mono_shake : (Mono.file, Mono.file) phase
78 val jscomp : (Mono.file, Mono.file) phase
78 val fuse : (Mono.file, Mono.file) phase 79 val fuse : (Mono.file, Mono.file) phase
79 val pathcheck : (Mono.file, Mono.file) phase 80 val pathcheck : (Mono.file, Mono.file) phase
80 val cjrize : (Mono.file, Cjr.file) phase 81 val cjrize : (Mono.file, Cjr.file) phase
81 val prepare : (Cjr.file, Cjr.file) phase 82 val prepare : (Cjr.file, Cjr.file) phase
82 val sqlify : (Mono.file, Cjr.file) phase 83 val sqlify : (Mono.file, Cjr.file) phase
99 val toMonoize : (string, Mono.file) transform 100 val toMonoize : (string, Mono.file) transform
100 val toMono_opt1 : (string, Mono.file) transform 101 val toMono_opt1 : (string, Mono.file) transform
101 val toUntangle : (string, Mono.file) transform 102 val toUntangle : (string, Mono.file) transform
102 val toMono_reduce : (string, Mono.file) transform 103 val toMono_reduce : (string, Mono.file) transform
103 val toMono_shake : (string, Mono.file) transform 104 val toMono_shake : (string, Mono.file) transform
105 val toJscomp : (string, Mono.file) transform
104 val toMono_opt2 : (string, Mono.file) transform 106 val toMono_opt2 : (string, Mono.file) transform
105 val toFuse : (string, Mono.file) transform 107 val toFuse : (string, Mono.file) transform
106 val toUntangle2 : (string, Mono.file) transform 108 val toUntangle2 : (string, Mono.file) transform
107 val toMono_shake2 : (string, Mono.file) transform 109 val toMono_shake2 : (string, Mono.file) transform
108 val toPathcheck : (string, Mono.file) transform 110 val toPathcheck : (string, Mono.file) transform