Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skip glob for tests | ubq323 | 2024-08-17 | 1 | -1/+1 |
* | add ssplit | ubq323 | 2024-08-09 | 1 | -1/+1 |
* | remove ast and peg parser | ubq323 | 2024-08-06 | 1 | -8/+3 |
* | new reader | ubq323 | 2024-08-04 | 1 | -3/+3 |
* | makefile fix? | ubq323 | 2024-06-30 | 1 | -0/+2 |
* | 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 |
* | refactor hashtables, and use objstrings for keys | ubq323 | 2023-08-05 | 1 | -2/+2 |
* | 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 |