summaryrefslogtreecommitdiff
path: root/val.h
Commit message (Collapse)AuthorAgeFilesLines
* pass State *S everywhereubq3232024-06-201-4/+9
| | | | contains changes from a million years ago that i don't remember much about
* refactor hashtables, and use objstrings for keysubq3232023-08-051-2/+7
| | | | | doesn't yet work without string interning, which will require further refactoring
* valty_str -> typename_strubq3232023-08-041-1/+1
|
* add string object values. you can't do anything with them yetubq3232023-08-041-14/+36
|
* dissasembler and basic arithmeticubq3232023-08-011-0/+2
|
* bytecode vm start, can print constants currentlyubq3232023-07-311-1/+8
|
* thubq3232023-07-291-0/+39