aboutsummaryrefslogtreecommitdiff
path: root/textproc/sml-fxp/files/src-Parser-Parse-parse.cm
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sml-fxp/files/src-Parser-Parse-parse.cm')
-rw-r--r--textproc/sml-fxp/files/src-Parser-Parse-parse.cm30
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/sml-fxp/files/src-Parser-Parse-parse.cm b/textproc/sml-fxp/files/src-Parser-Parse-parse.cm
new file mode 100644
index 000000000000..2ac897623e8a
--- /dev/null
+++ b/textproc/sml-fxp/files/src-Parser-Parse-parse.cm
@@ -0,0 +1,30 @@
+Group
+ functor Parse
+is
+ parseBase.sml
+#if (SMLNJ_MINOR_VERSION > 40)
+ parseContent.sml
+ $/basis.cm
+#else
+ parseContent.orig.sml
+#endif
+ parseDecl.sml
+ parseDocument.sml
+ parseDtd.sml
+ parseLiterals.sml
+ parseMisc.sml
+ parseNames.sml
+ parseRefs.sml
+ parseTags.sml
+ parseXml.sml
+
+ ../Base/base.cm
+ ../Error/error.cm
+ ../Dfa/dfa.cm
+ ../Dtd/dtd.cm
+ ../Params/params.cm
+ ../../Unicode/unicode.cm
+ ../../Util/util.cm
+ ../../Util/SymDict/symdict.cm
+
+