X-Git-Url: http://git.joshuawise.com/snipe.git/blobdiff_plain/0a24e44d4e9f82f8d3d83de8e58c83c8cf2868b6:/compile-l2c.sml..6ade8b0a3251e44b34c6bdbbd9403e36d6fd6231:/compile-l3c.sml diff --git a/compile-l2c.sml b/compile-l3c.sml similarity index 63% rename from compile-l2c.sml rename to compile-l3c.sml index 651b99f..a8f95ec 100644 --- a/compile-l2c.sml +++ b/compile-l3c.sml @@ -1,7 +1,7 @@ -(* L1 Compiler +(* L3 Compiler * Helper for compilation * Author: Kaustuv Chaudhuri *) CM.make "sources.cm"; -SMLofNJ.exportFn ("bin/l2c.heap", Top.main); +SMLofNJ.exportFn ("bin/l3c.heap", Top.main);