TODO.md: add pattern matching to future work

add full pattern matching implementation (case/in syntax, array/hash
patterns, guards, etc.) to the todo list for after mruby 3.4.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-11-22 22:10:39 +09:00
parent 1fcf93e18e
commit ee3b7e0faf
+1
View File
@@ -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)