dust
- Add the
jrnd
(0x06
) opcode, used in(...)
aka maybe blocks. This avoids the overhead ofpick
lists for the simple behaviour of maybe blocks. (@unleashy) - Fix self-references like
C = C/a
creating infinite loops in the compiled code; now they’re ignored and printed as-is. (@unleashy)
- First official release of Koota