mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ee30d1d0f8
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.
13 lines
285 B
Markdown
13 lines
285 B
Markdown
# 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..)
|