Merge pull request #6283 from dearblue/env
[mruby.git] / TODO.md
blob9d3576d21ce467657e636ed4b16a500cc3c56fa8
1 # Things to Do in the future
3 # After mruby 3.1
5 - parser and code generator independent from `mrb_state` (picoruby?)
6 - variable sized AST node
7 - iv/hash entry cache
8 - more peephole optimization (if possible)
10 # Things to do (Things we need to consider)
12 - `begin ... end while cond` to behave as CRuby
13 - special variables ($1,$2..)