mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b534621957
This completes the implementation of variable-sized AST nodes for control flow structures (if, while, for, case), further reducing memory usage. Changes were verified with AddressSanitizer. Co-authored-by: Gemini <gemini@google.com>