• Ryan Lopopolo's avatar
    Support parsing a Regexp literal with 'o' option · eeb7d3a0
    Ryan Lopopolo authored
    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.
    eeb7d3a0
parse.y 176 KB