Skip to content

Commit

Permalink
Fix parsing of parallel dispatch unicode form.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 12, 2009
1 parent 7d6bc0a commit ee9d917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/grammar.pg
Expand Up @@ -579,7 +579,7 @@ token post {
]
}

token postfix_prefix_meta_operator { '«' | '>>' }
token postfix_prefix_meta_operator { '' | '>>' }

token dotty {
[
Expand Down

0 comments on commit ee9d917

Please sign in to comment.