Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-21 | py: 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). |