SerenityOS / jakt

The Jakt Programming Language
BSD 2-Clause "Simplified" License
2.77k stars 244 forks source link

typechecker: Disallow usage of 'continue' and 'break' outside of loops #1539

Closed 0GreenClover0 closed 6 months ago

0GreenClover0 commented 6 months ago

Fixes #1531

0GreenClover0 commented 6 months ago

Maybe we should do all of this in parser instead, not sure 🤔

StunxFS commented 6 months ago

The typechecker is perfect for detecting invalid usages