mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b30eba6a13
It's incompatible with CRuby, but it is required for mruby because it cannot detect `break` outside of loops in the parsing time, but in the code generation time where it cannot raise `SyntaxError`.