diff --git a/TODO.md b/TODO.md index ecf5a4a0d..cee1aa241 100644 --- a/TODO.md +++ b/TODO.md @@ -3,6 +3,7 @@ # After mruby 3.4 - parser and code generator independent from `mrb_state` (picoruby?) +- pattern matching (case/in syntax, array/hash patterns, guards, etc.) - iv/hash entry cache - more peephole optimization (if possible)