- parser and code generator independent from
mrb_state
(picoruby?) - variable sized AST node
- iv/hash entry cache
- more peephole optimization (if possible)
begin ... end while cond
to behave as CRuby- special variables ($1,$2..)
mrb_state
(picoruby?)begin ... end while cond
to behave as CRuby