mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
3fd59d336e
Convert NODE_LVAR and NODE_ARG from cons-list to variable-sized nodes. Remove new_lvar wrapper and use new_xvar directly. Update parser semantic functions and cleanup gen_assignment. Rename codegen_lvar to gen_lvar for consistency. Co-authored-by: Claude <noreply@anthropic.com>