mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
29e70c10ba
Enhanced NODE_FOR dump to properly handle the cons-list structure of FOR_NODE_VAR with clear section labels. The structure contains: - car: cons-list of pre-splat variables - cdr->car: splat varnode (not a cons-list) - cdr->cdr->car: cons-list of post-splat variables Added "splat var:" and "post var:" labels to distinguish sections and simplified the dump logic for better readability. Co-authored-by: Claude <noreply@anthropic.com>