mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
931c41aa94
Remove obsolete cons-list node cases since control flow nodes (break, return, next, redo, retry) and logical operators (and, or) are now always created as variable-sized nodes. Move and/or handling to inner switch with proper struct field access. Co-authored-by: Claude <noreply@anthropic.com>