Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
?^ should be marked iffy
  • Loading branch information
TimToady committed Oct 4, 2013
1 parent 4cde04e commit a0bcfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STD.pm6
Expand Up @@ -3734,7 +3734,7 @@ grammar P6 is STD {
{ <sym> <O(|%additive, iffy => 1)> }

token infix:sym<?^>
{ <sym> <O(|%additive)> }
{ <sym> <O(|%additive, iffy => 1)> }

## replication
# Note: no word boundary check after x, relies on longest token for x2 xx2 etc
Expand Down

0 comments on commit a0bcfb1

Please sign in to comment.