mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
832c579f8e
created lambda_body_ex that takes locals, args, and body as separate parameters instead of a cons structure. this eliminates complex cons cell navigation and makes the interface cleaner for variable-sized nodes. updated all call sites (gen_def_var, gen_sdef_var, gen_block_var, gen_lambda_var) to use lambda_body_ex directly. Co-authored-by: Claude <noreply@anthropic.com>