mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5bc3cd0abd
replace obsolete cons-style comments like /* (:begin prog...) */ with modern struct-style comments like /* struct: begin_node(body) */ to reflect current variable-sized node implementation. Co-authored-by: Claude <noreply@anthropic.com>