c64-livecoding/wip-duuqnd
John Lorentzson ea31bac351 Fix compilation of loops with variable as stop value
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.
2025-07-09 13:32:00 +02:00
..
user-side-compiler Fix compilation of loops with variable as stop value 2025-07-09 13:32:00 +02:00
public.inc Add public.inc 2025-05-08 21:17:09 +02:00