summaryrefslogtreecommitdiff
path: root/dis.c
Commit message (Collapse)AuthorAgeFilesLines
* while loops, comparisons, modulo, fizzbuzzubq3232024-06-211-1/+16
|
* add (if cond if-true if-false) builtinubq3232024-06-201-14/+34
|
* add true, false, nil keywordsubq3232024-06-201-0/+4
|
* globals are now variableubq3232024-06-201-0/+9
|
* add readable globalsubq3232024-06-201-1/+10
|
* pass State *S everywhereubq3232024-06-201-4/+4
| | | | contains changes from a million years ago that i don't remember much about
* valty_str -> typename_strubq3232023-08-041-1/+1
|
* add string object values. you can't do anything with them yetubq3232023-08-041-1/+1
|
* dissasembler and basic arithmeticubq3232023-08-011-0/+36