mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
511a5d13d3
Eliminates NODE_KW_HASH enum, mrb_ast_kw_hash_node struct, gen_kw_hash_var function, and related macros. All keyword hash functionality now unified under NODE_HASH, completing the AST simplification. Co-authored-by: Claude <noreply@anthropic.com>