]> Joshua Wise's Git repositories - snipe.git/blobdiff - compile-l3c.sml
Initial import of l3c
[snipe.git] / compile-l3c.sml
diff --git a/compile-l3c.sml b/compile-l3c.sml
new file mode 100644 (file)
index 0000000..a8f95ec
--- /dev/null
@@ -0,0 +1,7 @@
+(* L3 Compiler
+ * Helper for compilation
+ * Author: Kaustuv Chaudhuri <kaustuv+@cs.cmu.edu>
+ *)
+
+CM.make "sources.cm";
+SMLofNJ.exportFn ("bin/l3c.heap", Top.main);
This page took 0.041305 seconds and 4 git commands to generate.