Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add tests, and make dumping disasm optional | ubq323 | 2024-06-21 | 1 | -1/+1 |
| | |||||
* | minor optimization | ubq323 | 2024-06-21 | 1 | -2/+2 |
| | |||||
* | proper equality for values; deduplicate constants in compilation | ubq323 | 2024-06-21 | 1 | -0/+11 |
| | |||||
* | add (if cond if-true if-false) builtin | ubq323 | 2024-06-20 | 1 | -0/+6 |
| | |||||
* | add true, false, nil keywords | ubq323 | 2024-06-20 | 1 | -0/+5 |
| | |||||
* | string interning and print statement | ubq323 | 2024-06-20 | 1 | -6/+23 |
| | |||||
* | pass State *S everywhere | ubq323 | 2024-06-20 | 1 | -7/+7 |
| | | | | 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 | -1/+13 |
| | | | | | doesn't yet work without string interning, which will require further refactoring | ||||
* | give M extra param for tracking alloc size; macros for allocation | ubq323 | 2023-08-04 | 1 | -3/+2 |
| | |||||
* | move M to its own file | ubq323 | 2023-08-04 | 1 | -1/+2 |
| | |||||
* | valty_str -> typename_str | ubq323 | 2023-08-04 | 1 | -1/+1 |
| | |||||
* | add string object values. you can't do anything with them yet | ubq323 | 2023-08-04 | 1 | -7/+33 |
| | |||||
* | dissasembler and basic arithmetic | ubq323 | 2023-08-01 | 1 | -3/+18 |
| | |||||
* | bytecode vm start, can print constants currently | ubq323 | 2023-07-31 | 1 | -0/+16 |