summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-09-11Don't break the parser abstraction for recursion.Rose Hogenson1-37/+44
Parsers are values. Of course, one can always make recursion from scratch even if the language doesn't allow recursive values.
2022-09-11Fix a performance issues in parser.sml.Rose Hogenson1-3/+3
2022-09-11Add a smlnj compilation manager file.Rose Hogenson1-0/+8
2022-09-11Add a simple expression parser.Rose Hogenson3-0/+365
2022-09-11Fix some style issues in map.sml.Rose Hogenson1-21/+21
2022-09-08As is the tradition, start with a red-black tree.Rose Hogenson1-0/+135
I probably won't touch this repo again for a year.