mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7d72da2842
Remove the original NODE_REGX node type and related infrastructure, then rename NODE_DREGX to NODE_REGX to consolidate regex handling under a single node type. Changes based on git diff: - Remove original mrb_ast_regx_node structure with pattern fields - Remove gen_regx_var() function handling literal regex patterns - Remove NODE_REGX case from codegen and parser dump - Rename NODE_DREGX to NODE_REGX for dynamic regex expressions - Update all related functions and structure references Co-authored-by: Claude <noreply@anthropic.com>