Will eventually be a livecoding demo for the C64
It was previously decided that, since the language is not to be Turing-complete, a loop that takes a variable for its upper bound should use the variable's value at the time of the loop's start, not look it up. I forgot this while writing the syntax->IR compiler, so loops with non-constant stop counts failed to compile. |
||
---|---|---|
wip-dicander | ||
wip-duuqnd | ||
wip-hugo | ||
.gitignore | ||
README.md |
C64 Livecoding demo
WIP