py: Implement break and continue byte codes, and add tests.
Also fixes a bug in the for-in-range optimiser. I hope to remove break and continue byte codes in the future and just use jump (if possible).
tests/basics/break.py
0 → 100644
tests/basics/continue.py
0 → 100644
Please register or sign in to comment