| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-02-11 | Finish the compiler. | Rose Hogenson | 1 | -37/+37 | |
| Just joking. But we did manage to compile a program from SML to bytecode. | |||||
| 2023-02-10 | Add module syntax to the parser. | Rose Hogenson | 1 | -16/+94 | |
| 2022-09-12 | Get rid of the Y combinator. | Rose Hogenson | 1 | -73/+72 | |
| It's a bit overcomplicated. We can rely on the fact that parsers are functions. | |||||
| 2022-09-11 | Don't break the parser abstraction for recursion. | Rose Hogenson | 1 | -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-11 | Fix a performance issues in parser.sml. | Rose Hogenson | 1 | -3/+3 | |
| 2022-09-11 | Add a simple expression parser. | Rose Hogenson | 1 | -0/+352 | |
