Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add true, false, nil keywords | ubq323 | 2024-06-20 | 1 | -1/+5 |
* | globals are now variable | ubq323 | 2024-06-20 | 1 | -0/+3 |
* | add readable globals | ubq323 | 2024-06-20 | 1 | -0/+2 |
* | pass State *S everywhere | ubq323 | 2024-06-20 | 1 | -15/+20 |
* | move M to its own file | ubq323 | 2023-08-04 | 1 | -2/+0 |
* | compilation of basic arithmetic exprs to bytecode | ubq323 | 2023-08-01 | 1 | -0/+1 |
* | dissasembler and basic arithmetic | ubq323 | 2023-08-01 | 1 | -0/+5 |
* | bytecode vm start, can print constants currently | ubq323 | 2023-07-31 | 1 | -0/+42 |