Skip to content

Commit

Permalink
catch p5 regex adverbs after s///
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Dec 28, 2012
1 parent c8de2eb commit a11bad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.pm
Expand Up @@ -2732,6 +2732,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
}
<rx_adverbs>
<sibble(%*RX<P5> ?? %*LANG<P5Regex> !! %*LANG<Regex>, %*LANG<Q>, ['qq'])>
<.old_rx_mods>?
}

token old_rx_mods {
Expand Down

0 comments on commit a11bad6

Please sign in to comment.