Files
mruby-mruby/TODO.md
T
Yukihiro "Matz" Matsumoto e144962590 TODO.md: remove completed variable sized AST node item
variable sized AST node has been implemented, so remove it from the
todo list.

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-02 23:12:36 +09:00

259 B

Things to Do in the future

After mruby 3.1

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

Things to do (Things we need to consider)

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