Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | while loops, comparisons, modulo, fizzbuzz | ubq323 | 2024-06-21 | 1 | -1/+16 |
| | |||||
* | add (if cond if-true if-false) builtin | ubq323 | 2024-06-20 | 1 | -14/+34 |
| | |||||
* | add true, false, nil keywords | ubq323 | 2024-06-20 | 1 | -0/+4 |
| | |||||
* | globals are now variable | ubq323 | 2024-06-20 | 1 | -0/+9 |
| | |||||
* | add readable globals | ubq323 | 2024-06-20 | 1 | -1/+10 |
| | |||||
* | pass State *S everywhere | ubq323 | 2024-06-20 | 1 | -4/+4 |
| | | | | contains changes from a million years ago that i don't remember much about | ||||
* | 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 | -1/+1 |
| | |||||
* | dissasembler and basic arithmetic | ubq323 | 2023-08-01 | 1 | -0/+36 |