From a8ae5c1814db75525bf0ab199b0e5bd08c2c558a Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 2 Aug 2012 18:12:37 -0400 Subject: New NameJs phase, still needing some debugging --- src/compiler.sig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/compiler.sig') diff --git a/src/compiler.sig b/src/compiler.sig index f23728f0..7e4f2f6a 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -115,6 +115,7 @@ signature COMPILER = sig val mono_reduce : (Mono.file, Mono.file) phase val mono_shake : (Mono.file, Mono.file) phase val iflow : (Mono.file, Mono.file) phase + val namejs : (Mono.file, Mono.file) phase val jscomp : (Mono.file, Mono.file) phase val fuse : (Mono.file, Mono.file) phase val pathcheck : (Mono.file, Mono.file) phase @@ -167,6 +168,8 @@ signature COMPILER = sig val toMono_shake : (string, Mono.file) transform val toMono_opt2 : (string, Mono.file) transform val toIflow : (string, Mono.file) transform + val toNamejs : (string, Mono.file) transform + val toNamejs_untangle : (string, Mono.file) transform val toJscomp : (string, Mono.file) transform val toMono_opt3 : (string, Mono.file) transform val toFuse : (string, Mono.file) transform -- cgit v1.2.3