Files
mruby-mruby/TODO.md
T
Yukihiro "Matz" Matsumoto ee30d1d0f8 mruby-compiler: allow at-least-once loop behavior for mruby
mruby does not provide `begin ... end while cond` that behave at-least-once
loop, like CRuby does. It remains in TODO.md for long time. But finally we have
implemented the behavior.
2025-07-11 10:09:34 +09:00

285 B

Things to Do in the future

After mruby 3.1

  • parser and code generator independent from mrb_state (picoruby?)
  • variable sized AST node
  • iv/hash entry cache
  • more peephole optimization (if possible)

Things to do (Things we need to consider)

  • special variables ($1,$2..)