Skip to content

Commit

Permalink
Enable parsing and limited processing of « quotes » .
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed May 12, 2009
1 parent fcf5d97 commit 3412a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/grammar.pg
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ token quote {
| <.before '"' > <quote_expression: :qq>
| <.before '<<' > <quote_expression: :ww :qq>
| <.before '<' > <quote_expression: :w :q>
# | <.before '«' > <quote_expression: :ww :qq> FIXME: unicode
| <.before '«' > <quote_expression: :ww :qq>
| <.before '/'> <quote_expression: :regex>
| [m|rx] <.ws>
[ [':P5'|':Perl5'] <.ws> <quote_expression: :regex :P5>
Expand Down

0 comments on commit 3412a2f

Please sign in to comment.