diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-09-11 21:04:18 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-09-11 21:04:18 -0700 |
| commit | 8d0e50cdf3b84a5a840143598235c51f5e6717ca (patch) | |
| tree | 706283f124ab3fee2b251e43601f387a0e0a072e /program.cm | |
| parent | Add a simple expression parser. (diff) | |
| download | sml-8d0e50cdf3b84a5a840143598235c51f5e6717ca.tar.zst | |
Add a smlnj compilation manager file.
Diffstat (limited to 'program.cm')
| -rw-r--r-- | program.cm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/program.cm b/program.cm new file mode 100644 index 0000000..f0fc04f --- /dev/null +++ b/program.cm @@ -0,0 +1,8 @@ +Group is + +either.sml +map.sml +parser.sml +syntax.sml + +$/basis.cm |
