Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
coloncircumfix was stealing :() pseudo-sigs
(This was due to the new longest-literal tiebreaking rule.)
  • Loading branch information
TimToady committed Nov 16, 2014
1 parent 7137b21 commit 4da5e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -1877,7 +1877,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
token coloncircumfix($front) {
[
| '<>' <.worry("Pair with <> really means an empty list, not null string; use :$front" ~ "('') to represent the null string,\n or :$front" ~ "() to represent the empty list more accurately")>
| <circumfix>
| {} <circumfix>
]
}

Expand Down

0 comments on commit 4da5e49

Please sign in to comment.