mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
761dd43b7d
added variable-sized nodes for control flow and string/regex variants: - control flow: break, next, redo, retry, while_mod, until_mod - string/regex: xstr, dxstr, dregx, heredoc, dsym - proper integration with existing codegen patterns - maintains backward compatibility with traditional nodes - tested with control flow and string interpolation Co-authored-by: Claude <noreply@anthropic.com>