]> Joshua Wise's Git repositories - snipe.git/blobdiff - compile-l5c.sml
Initial import of l5c
[snipe.git] / compile-l5c.sml
diff --git a/compile-l5c.sml b/compile-l5c.sml
new file mode 100644 (file)
index 0000000..f5af6ed
--- /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/l5c.heap", Top.main);
This page took 0.022676 seconds and 4 git commands to generate.