| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-05-30 | Add bytecode. | Rose Hogenson | 1 | -135/+0 | |
| A recursive AST is kind of annoying to evaluate without recursion. Bytecode is cooler anyway. | |||||
| 2024-05-30 | Replace recursive evaluation with stacks. | Rose Hogenson | 1 | -4/+33 | |
| I think recursion is undefined behavior in Rust. | |||||
| 2024-05-30 | Write tests for parser. | Rose Hogenson | 1 | -0/+106 | |
