Typechecking for basic language done
[hcoop/domtool2.git] / src / domtool.cm
index a3ee84f..440a307 100644 (file)
@@ -3,6 +3,7 @@ Group is
 $/basis.cm
 $/smlnj-lib.cm
 $/ml-yacc-lib.cm
+$/pp-lib.cm
 
 errormsg.sig
 errormsg.sml
@@ -13,3 +14,12 @@ ast.sml
 
 domtool.lex
 domtool.grm
+
+parse.sig
+parse.sml
+
+print.sig
+print.sml
+
+tycheck.sig
+tycheck.sml