mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
aee1476ebd
Now you can just call `mrb_load_*` functions then check `context->parser_nerr > 0` if the return value is `undef`, instead of calling `mrb_parse_*` functions independently. ref #3248 #3331