comparison src/compiler.sig @ 643:aa2290c32ce2

Avoid any JavaScript when pages don't need it; update demo prose
author Adam Chlipala <adamc@hcoop.net>
date Tue, 10 Mar 2009 10:44:26 -0400
parents 4a125bbc602d
children a8effb6159c2
comparison
equal deleted inserted replaced
642:4a125bbc602d 643:aa2290c32ce2
78 val mono_shake : (Mono.file, Mono.file) phase 78 val mono_shake : (Mono.file, Mono.file) phase
79 val jscomp : (Mono.file, Mono.file) phase 79 val jscomp : (Mono.file, Mono.file) phase
80 val fuse : (Mono.file, Mono.file) phase 80 val fuse : (Mono.file, Mono.file) phase
81 val pathcheck : (Mono.file, Mono.file) phase 81 val pathcheck : (Mono.file, Mono.file) phase
82 val cjrize : (Mono.file, Cjr.file) phase 82 val cjrize : (Mono.file, Cjr.file) phase
83 val scriptcheck : (Cjr.file, Cjr.file) phase
83 val prepare : (Cjr.file, Cjr.file) phase 84 val prepare : (Cjr.file, Cjr.file) phase
84 val sqlify : (Mono.file, Cjr.file) phase 85 val sqlify : (Mono.file, Cjr.file) phase
85 86
86 val toParseJob : (string, job) transform 87 val toParseJob : (string, job) transform
87 val toParse : (string, Source.file) transform 88 val toParse : (string, Source.file) transform
113 val toUntangle2 : (string, Mono.file) transform 114 val toUntangle2 : (string, Mono.file) transform
114 val toMono_reduce2 : (string, Mono.file) transform 115 val toMono_reduce2 : (string, Mono.file) transform
115 val toMono_shake2 : (string, Mono.file) transform 116 val toMono_shake2 : (string, Mono.file) transform
116 val toPathcheck : (string, Mono.file) transform 117 val toPathcheck : (string, Mono.file) transform
117 val toCjrize : (string, Cjr.file) transform 118 val toCjrize : (string, Cjr.file) transform
119 val toScriptcheck : (string, Cjr.file) transform
118 val toPrepare : (string, Cjr.file) transform 120 val toPrepare : (string, Cjr.file) transform
119 val toSqlify : (string, Cjr.file) transform 121 val toSqlify : (string, Cjr.file) transform
120 122
121 end 123 end