Skip to content

Commit

Permalink
Toss :PIR{{...}} parsing in P6Regex.
Browse files Browse the repository at this point in the history
Legacy, and didn't even have an action method so couldn't possibly have
been being used.
  • Loading branch information
jnthn committed Oct 7, 2012
1 parent 2d70bfa commit f44a799
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/QRegex/P6Regex/Grammar.nqp
Expand Up @@ -161,10 +161,6 @@ grammar QRegex::P6Regex::Grammar is HLL::Grammar {
[ <.ws> '=' <.ws> <quantified_atom> ]?
}

token metachar:sym<PIR> {
':PIR{{' $<pir>=[.*?] '}}'
}

proto token backslash { <...> }
token backslash:sym<s> { $<sym>=[<[dDnNsSwW]>] }
token backslash:sym<b> { $<sym>=[<[bB]>] }
Expand Down

0 comments on commit f44a799

Please sign in to comment.