Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor optimization | ubq323 | 2024-06-21 | 1 | -0/+1 |
* | while loops, comparisons, modulo, fizzbuzz | ubq323 | 2024-06-21 | 1 | -6/+34 |
* | add (if cond if-true if-false) builtin | ubq323 | 2024-06-20 | 1 | -10/+45 |
* | add true, false, nil keywords | ubq323 | 2024-06-20 | 1 | -5/+13 |
* | globals are now variable | ubq323 | 2024-06-20 | 1 | -19/+37 |
* | add readable globals | ubq323 | 2024-06-20 | 1 | -3/+16 |
* | string interning and print statement | ubq323 | 2024-06-20 | 1 | -3/+10 |
* | pass State *S everywhere | ubq323 | 2024-06-20 | 1 | -14/+21 |
* | refactor hashtables, and use objstrings for keys | ubq323 | 2023-08-05 | 1 | -1/+1 |
* | add string object values. you can't do anything with them yet | ubq323 | 2023-08-04 | 1 | -5/+10 |
* | rename "symbol" to "ident" everywhere | ubq323 | 2023-08-04 | 1 | -3/+3 |
* | add strings to parser | ubq323 | 2023-08-03 | 1 | -0/+4 |
* | remove hardcoded bytecode test | ubq323 | 2023-08-03 | 1 | -15/+0 |
* | compilation of basic arithmetic exprs to bytecode | ubq323 | 2023-08-01 | 1 | -0/+70 |