mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
eeb7d3a04f
CRuby supports a 'o' `Regexp` option for `Regexp` literals, e.g. `/foo/o` that disables multiple interpolation passes. This commit adds support for parsing such literals. Nothing is done with the option, it is consumed and ignored by the parser.