bjpop / blip

A bytecode compiler for Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check if break/continue occurs inside a loop, and generate error otherwise

bjpop opened this issue · comments

Break/continue statements should only appear inside loops, otherwise we should generate an error message.