From ee3b7e0fafad4ecb3f29e8ef8fb7d7859d2c12e7 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 22 Nov 2025 22:10:39 +0900 Subject: [PATCH] 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 --- TODO.md | 1 + 1 file changed, 1 insertion(+) 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)