mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
c40c28c2ab
add variable-sized node structures for literal nodes (dstr, regx, dot2/dot3 ranges, float) with conditional usage based on var_nodes_enabled. includes casting macros, value access macros, creation functions, and codegen support that maintains compatibility with existing traditional codegen functions. Co-authored-by: Claude <noreply@anthropic.com>