Skip to content

Commit

Permalink
Produce a "qx not implemented" message (RT #62024)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Mar 1, 2009
1 parent 7bd5a95 commit af4b730
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/parser/grammar.pg
Expand Up @@ -818,10 +818,11 @@ token quote {
# | <.before '«' > <quote_expression: :ww :qq> FIXME: unicode
| <.before '/'> <quote_expression: :regex>
| m <.ws> <quote_expression: :regex>
| q
| q [ <.ws> ':' ]?
[ q <.ws> <quote_expression: :qq>
| w <.ws> <quote_expression: :q :w>
| ':PIR' <.ws> <quote_expression: :PIR>
| 'PIR' <.ws> <quote_expression: :PIR>
| x <.ws> <.panic: "qx not yet implemented">
| <.ws> <quote_expression: :q>
]
| Q [ <.ws> ':' ]?
Expand Down

0 comments on commit af4b730

Please sign in to comment.