mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
72e2b8e384
Updates codegen() function to retrieve filename and line number information directly from variable-sized node headers instead of assuming traditional head nodes. Removes dead code for traditional cons-list nodes since all nodes are now variable-sized. Co-authored-by: Claude <noreply@anthropic.com>