diff src/main.mlton.sml @ 103:8921f0344193

Command-line compiler goes the whole nine yards
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 14:14:23 -0400
parents 618b7054f931
children 63a2f2322c1f
line wrap: on
line diff
--- a/src/main.mlton.sml	Thu Jul 10 14:02:54 2008 -0400
+++ b/src/main.mlton.sml	Thu Jul 10 14:14:23 2008 -0400
@@ -25,4 +25,4 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *)
 
-val () = Compiler.testCjrize (CommandLine.arguments ())
+val () = Compiler.compile (CommandLine.arguments ())