diff src/main.mlton.sml @ 54:a6e185c7c428

Lexer/parser hacks to share code between regular and signature file parsers
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Jun 2008 10:53:11 -0400
parents 145b536fc702
children 618b7054f931
line wrap: on
line diff
--- a/src/main.mlton.sml	Sun Jun 22 10:21:38 2008 -0400
+++ b/src/main.mlton.sml	Sun Jun 22 10:53:11 2008 -0400
@@ -26,5 +26,5 @@
  *)
 
 val () = case CommandLine.arguments () of
-             [filename] => Compiler.testCloconv filename
+             [filename] => Compiler.testCjrize filename
            | _ => print "Bad arguments"