| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-06-02 | Add strings and IO. | Rose Hogenson | 3 | -27/+156 | |
| 2024-05-12 | Revert "Use strings for errors." | Rose Hogenson | 3 | -56/+54 | |
| This reverts commit 7b87d7185fc93b92606fcacbc1ea3d7a8e02cb20. It was an interesting experiment, but String seems to be worse than Box<dyn Error> in every way. | |||||
| 2024-05-11 | Use strings for errors. | Rose Hogenson | 3 | -54/+56 | |
| 2024-04-28 | Add case over int. | Rose Hogenson | 3 | -2/+73 | |
| 2024-04-27 | Add integer arithmetic. | Rose Hogenson | 2 | -1/+96 | |
| 2024-02-04 | Fix some bugs in the bytecode interpreter. | Rose Hogenson | 4 | -31/+42 | |
| 2024-02-04 | Rewrite the bytecode interpreter in Rust. | Rose Hogenson | 23 | -660/+417 | |
| 2023-02-12 | Add lambda functions. | Rose Hogenson | 3 | -27/+2 | |
| 2023-02-11 | Change how slices work. | Rose Hogenson | 10 | -60/+97 | |
| I'm switching to a more macro-heavy solution. Hopefully it proves robust. | |||||
| 2023-02-11 | Slightly simplify bytecode interpreter. | Rose Hogenson | 1 | -22/+10 | |
| 2023-02-11 | Write a garbage collector. | Rose Hogenson | 7 | -7/+174 | |
| Does it work? No, but it compiles. | |||||
| 2023-02-11 | Add a bytecode interpreter. | Rose Hogenson | 14 | -0/+493 | |
| I wrote it in C because I actually like programming in C. Turns out setting up a Makefile is really easy too. | |||||
