| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2023-02-11 | Slightly simplify bytecode interpreter. | Rose Hogenson | 1 | -22/+10 |
| 2023-02-11 | Write a garbage collector. | Rose Hogenson | 7 | -7/+174 |
| 2023-02-11 | Avoid copies when writing to buffer. | Rose Hogenson | 1 | -25/+24 |
| 2023-02-11 | Add a bytecode interpreter. | Rose Hogenson | 14 | -0/+493 |
| 2023-02-11 | Finish the compiler. | Rose Hogenson | 8 | -62/+209 |
| 2023-02-10 | Write a first draft of the compiler. | Rose Hogenson | 9 | -1/+612 |
| 2023-02-10 | Add module syntax to the parser. | Rose Hogenson | 1 | -16/+94 |
| 2023-02-10 | Re-implement map. | Rose Hogenson | 1 | -109/+168 |
| 2022-09-12 | Get rid of the Y combinator. | Rose Hogenson | 1 | -73/+72 |
| 2022-09-11 | Don't break the parser abstraction for recursion. | Rose Hogenson | 1 | -37/+44 |
| 2022-09-11 | Fix a performance issues in parser.sml. | Rose Hogenson | 1 | -3/+3 |
| 2022-09-11 | Add a smlnj compilation manager file. | Rose Hogenson | 1 | -0/+8 |
| 2022-09-11 | Add a simple expression parser. | Rose Hogenson | 3 | -0/+365 |
| 2022-09-11 | Fix some style issues in map.sml. | Rose Hogenson | 1 | -21/+21 |
| 2022-09-08 | As is the tradition, start with a red-black tree. | Rose Hogenson | 1 | -0/+135 |
