summaryrefslogtreecommitdiff
path: root/val.c
Commit message (Expand)AuthorAgeFilesLines
* refactor hashtables, and use objstrings for keysHEADtrunkubq3232023-08-051-1/+13
* give M extra param for tracking alloc size; macros for allocationubq3232023-08-041-3/+2
* move M to its own fileubq3232023-08-041-1/+2
* valty_str -> typename_strubq3232023-08-041-1/+1
* add string object values. you can't do anything with them yetubq3232023-08-041-7/+33
* dissasembler and basic arithmeticubq3232023-08-011-3/+18
* bytecode vm start, can print constants currentlyubq3232023-07-311-0/+16