Damian Conway schreef:
> grammar Perl6 is skip(/[<ws>+ | \# <brackets> | \# \N]+/) {
> ...
> }I think that first "+" is superfluous. Doubly so if <ws> already stands for the run of all consecutive word-separators. -- Groet, Ruud
Damian Conway schreef:
> grammar Perl6 is skip(/[<ws>+ | \# <brackets> | \# \N]+/) {
> ...
> }I think that first "+" is superfluous. Doubly so if <ws> already stands for the run of all consecutive word-separators. -- Groet, Ruud