]> Joshua Wise's Git repositories - snipe.git/blobdiff - compile-l3c.sml
Initial import of l3c
[snipe.git] / compile-l3c.sml
similarity index 63%
rename from compile-l2c.sml
rename to compile-l3c.sml
index 651b99f45646fe62248f52e8755f9228f4cf9ca7..a8f95ec4fa56bd4576a605142d5169fee8fbff7c 100644 (file)
@@ -1,7 +1,7 @@
-(* L1 Compiler
+(* L3 Compiler
  * Helper for compilation
  * Author: Kaustuv Chaudhuri <kaustuv+@cs.cmu.edu>
  *)
 
 CM.make "sources.cm";
-SMLofNJ.exportFn ("bin/l2c.heap", Top.main);
+SMLofNJ.exportFn ("bin/l3c.heap", Top.main);
This page took 0.024595 seconds and 4 git commands to generate.