mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9b33654d26
Implements variable-sized AST node support for Group 16 declarations and definitions including NODE_ALIAS, NODE_POSTEXE, NODE_UNDEF, and NODE_SDEF. This continues the systematic implementation of memory-efficient variable- sized nodes across the mruby compiler's AST infrastructure. Co-authored-by: Claude <noreply@anthropic.com>