Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
def_or => defor.
  • Loading branch information
jnthn committed Jul 14, 2012
1 parent 8c9c94b commit 00efc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/QPerl6/Grammar.pm
Expand Up @@ -2633,7 +2633,7 @@ grammar QPerl6::Grammar is HLL::Grammar {

token infix:sym<||> { <sym> <O('%tight_or, :assoc<left>, :pasttype<unless>')> }
token infix:sym<^^> { <sym> <O('%tight_or, :pasttype<xor>')> }
token infix:sym<//> { <sym> <O('%tight_or, :assoc<left>, :pasttype<def_or>')> }
token infix:sym<//> { <sym> <O('%tight_or, :assoc<left>, :pasttype<defor>')> }
token infix:sym<min> { <sym> >> <O('%tight_or')> }
token infix:sym<max> { <sym> >> <O('%tight_or')> }

Expand Down Expand Up @@ -2720,7 +2720,7 @@ grammar QPerl6::Grammar is HLL::Grammar {

token infix:sym<or> { <sym> >> <O('%loose_or, :assoc<left>, :pasttype<unless>')> }
token infix:sym<xor> { <sym> >> <O('%loose_or, :pasttype<xor>')> }
token infix:sym<orelse> { <sym> >> <O('%loose_or, :assoc<left>, :pasttype<def_or>')> }
token infix:sym<orelse> { <sym> >> <O('%loose_or, :assoc<left>, :pasttype<defor>')> }

token infix:sym«<==» { <sym> <O('%sequencer')> }
token infix:sym«==>» { <sym> <O('%sequencer')> }
Expand Down

0 comments on commit 00efc81

Please sign in to comment.