Skip to content

Commit

Permalink
RakuAST: OperatorProperties.loose_orelse is already :assoc<list>
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 23, 2023
1 parent 1380fa3 commit e0b7e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Raku/Grammar.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ grammar Raku::Grammar is HLL::Grammar does Raku::Common {
token infix:sym<or> { <sym> >> <O(|%loose_or)> }
token infix:sym<xor> { <sym> >> <O(|%loose_or, :assoc<list>)> }
token infix:sym<orelse> { <sym> >> <O(|%loose_orelse, :assoc<list>, :pasttype<defor>)> }
token infix:sym<orelse> { <sym> >> <O(|%loose_orelse, :pasttype<defor>)> }
token infix:sym<..> { <sym> [<!{ $*IN-META }> <?[)\]]> <.panic: "Please use ..* for indefinite range">]? <O(|%structural)> }
Expand Down

0 comments on commit e0b7e83

Please sign in to comment.