Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py: Implement break and continue byte codes, and add tests. | Damien George | 2014-01-21 |
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). |