]> Joshua Wise's Git repositories - snipe.git/blobdiff - sources.mlb
Initial import of l3c
[snipe.git] / sources.mlb
diff --git a/sources.mlb b/sources.mlb
new file mode 100644 (file)
index 0000000..d97bba4
--- /dev/null
@@ -0,0 +1,38 @@
+$(SML_LIB)/basis/basis.mlb
+$(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb
+$(SML_LIB)/mlyacc-lib/mlyacc-lib.mlb
+
+       util/mark.sml
+       util/flag.sml
+       util/symbol.sml
+       util/errormsg.sml
+        util/safe-io.sml
+        util/word32.sml
+
+       parse/ast.sml
+       parse/parsestate.sml
+       parse/l3.grm.sig
+       parse/l3.grm.sml
+       parse/l3.lex.sml
+       parse/parse.sml
+
+       type/typechecker.sml
+
+       trans/temp.sml
+        trans/label.sml
+       trans/tree.sml
+       trans/trans.sml
+
+       codegen/x86.sml
+       codegen/liveness.sml
+       codegen/igraph.sml
+       codegen/colororder.sml
+       codegen/solidify.sml
+       codegen/coloring.sml
+       codegen/stringifier.sml
+       codegen/peephole.sml
+       codegen/codegen.sml
+
+       top/top.sml
+
+       top/top_mlton.sml
\ No newline at end of file
This page took 0.023779 seconds and 4 git commands to generate.