Skip to content

Commit

Permalink
Remove infix:,. It broke parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Feb 22, 2011
1 parent a010f2f commit fe1f209
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compilers/opsc/src/Ops/Compiler/Grammar.pm
Expand Up @@ -246,8 +246,6 @@ token infix:sym<?:> {
<O('%conditional, :reducecheck<ternary>')>
}

token infix:sym<,> { <sym> <O('%list_infix')> }

token postcircumfix:sym<( )> {
'(' <.ws> <arglist> ')'
<O('%methodop')>
Expand Down

0 comments on commit fe1f209

Please sign in to comment.