Files
mruby-mruby/mrbgems/mruby-compiler/core
Ryan Lopopolo eeb7d3a04f Support parsing a Regexp literal with 'o' option
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.
2019-06-17 21:42:19 +01:00
..
2019-04-14 17:23:16 +09:00
2015-06-01 21:53:55 +09:00
2017-12-23 01:10:43 +01:00