mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
8034f71a5e
NODE_LITERAL_DELIM was only used as a marker in literal arrays. Replace it with a (0 . 0) pattern which cannot conflict with empty strings (which would be (0 . ptr) with non-NULL ptr). This allows removing NODE_LITERAL_DELIM from the node type enum. Co-authored-by: Claude <noreply@anthropic.com>