Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add cfunc type and rudimentary stdlib | ubq323 | 2024-06-26 | 1 | -2/+2 |
| | |||||
* | parse multiple expressions | ubq323 | 2024-06-26 | 1 | -2/+2 |
| | |||||
* | get functions and arguments and returning to work fully | ubq323 | 2024-06-25 | 1 | -1/+1 |
| | |||||
* | refactor error checking and argument parsing | ubq323 | 2024-06-24 | 1 | -2/+2 |
| | |||||
* | compilation of functions, and some parts of interpreting them | ubq323 | 2024-06-22 | 1 | -2/+2 |
| | |||||
* | รพ -> th | ubq323 | 2024-06-21 | 1 | -4/+4 |
| | |||||
* | add tests, and make dumping disasm optional | ubq323 | 2024-06-21 | 1 | -2/+5 |
| | |||||
* | while loops, comparisons, modulo, fizzbuzz | ubq323 | 2024-06-21 | 1 | -2/+2 |
| | |||||
* | pass State *S everywhere | ubq323 | 2024-06-20 | 1 | -2/+2 |
| | | | | contains changes from a million years ago that i don't remember much about | ||||
* | refactor hashtables, and use objstrings for keys | ubq323 | 2023-08-05 | 1 | -2/+2 |
| | | | | | doesn't yet work without string interning, which will require further refactoring | ||||
* | move M to its own file | ubq323 | 2023-08-04 | 1 | -2/+2 |
| | |||||
* | tersify | ubq323 | 2023-08-02 | 1 | -7/+7 |
| | |||||
* | compilation of basic arithmetic exprs to bytecode | ubq323 | 2023-08-01 | 1 | -2/+2 |
| | |||||
* | th | ubq323 | 2023-07-29 | 1 | -3/+3 |
| | |||||
* | more code | ubq323 | 2023-07-12 | 1 | -3/+3 |
| | |||||
* | parsing sexprs | ubq323 | 2023-07-11 | 1 | -1/+1 |
| | |||||
* | new grammar using packcc | ubq323 | 2023-07-10 | 1 | -2/+3 |
| | |||||
* | initial | ubq323 | 2023-07-10 | 1 | -0/+13 |