mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4931570f0c
Remove conditional var_nodes_enabled logic from new_nil and new_self functions. These functions now directly create variable-sized AST nodes using proper size classes and memory allocation. Remove helper functions new_nil_var and new_self_var as they are no longer needed. Also update codegen to handle the new variable-sized node structure: - Add NODE_VARIABLE handling to gen_assignment function - Fix self-method call detection in call generation - Update assignment generation to properly handle variable-sized nil nodes Co-authored-by: Claude <noreply@anthropic.com>