summaryrefslogtreecommitdiff
path: root/vm.c
Commit message (Collapse)AuthorAgeFilesLines
* valty_str -> typename_strubq3232023-08-041-1/+1
|
* add string object values. you can't do anything with them yetubq3232023-08-041-2/+7
|
* compilation of basic arithmetic exprs to bytecodeubq3232023-08-011-12/+11
|
* dissasembler and basic arithmeticubq3232023-08-011-11/+40
|
* bytecode vm start, can print constants currentlyubq3232023-07-311-0/+102