summaryrefslogtreecommitdiff
path: root/tests/basics/continue.py
AgeCommit message (Collapse)Author
2014-01-21py: Implement break and continue byte codes, and add tests.Damien George
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).