Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pass State *S everywhere | ubq323 | 2024-06-20 | 14 | -112/+153 | |
* | refactor hashtables, and use objstrings for keys | ubq323 | 2023-08-05 | 8 | -71/+90 | |
* | give M extra param for tracking alloc size; macros for allocation | ubq323 | 2023-08-04 | 4 | -9/+27 | |
* | move M to its own file | ubq323 | 2023-08-04 | 6 | -19/+31 | |
* | valty_str -> typename_str | ubq323 | 2023-08-04 | 4 | -4/+4 | |
* | add string object values. you can't do anything with them yet | ubq323 | 2023-08-04 | 7 | -33/+93 | |
* | rename "symbol" to "ident" everywhere | ubq323 | 2023-08-04 | 4 | -11/+11 | |
* | add strings to parser | ubq323 | 2023-08-03 | 5 | -12/+23 | |
* | remove hardcoded bytecode test | ubq323 | 2023-08-03 | 1 | -15/+0 | |
* | remove run_old.c | ubq323 | 2023-08-02 | 1 | -121/+0 | |
* | tersify | ubq323 | 2023-08-02 | 4 | -11/+11 | |
* | compilation of basic arithmetic exprs to bytecode | ubq323 | 2023-08-01 | 8 | -31/+85 | |
* | dissasembler and basic arithmetic | ubq323 | 2023-08-01 | 7 | -14/+109 | |
* | bytecode vm start, can print constants currently | ubq323 | 2023-07-31 | 7 | -2/+169 | |
* | test | ubq323 | 2023-07-29 | 1 | -3/+4 | |
* | th | ubq323 | 2023-07-29 | 8 | -57/+204 | |
* | more code | ubq323 | 2023-07-12 | 9 | -21/+188 | |
* | allow more characters in symbols | ubq323 | 2023-07-11 | 2 | -4/+3 | |
* | parsing sexprs | ubq323 | 2023-07-11 | 4 | -15/+54 | |
* | minor | ubq323 | 2023-07-10 | 3 | -4/+13 | |
* | new grammar using packcc | ubq323 | 2023-07-10 | 2 | -15/+26 | |
* | initial | ubq323 | 2023-07-10 | 4 | -0/+125 |