mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
528e7932d6
This removes the legacy `cons` node creation path from several `new_*` functions, forcing them to use the variable-sized node implementation. This is a step towards simplifying the parser and unifying the AST representation. Co-authored-by: Claude <noreply@anthropic.com>