We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e567b0 commit 788b09cCopy full SHA for 788b09c
doc/Language/grammars.pod
@@ -60,8 +60,8 @@ C<rule> declarator causes L<C<:sigspace>|/language/regexes#Sigspace> to go
60
into effect for the Regex:
61
62
=begin code :allow<B>
63
- my token non-space-y { once upon a time }
64
- my rule space-y { once upon a time }
+ my token non-space-y { 'once' 'upon' 'a' 'time' }
+ my rule space-y { 'once' 'upon' 'a' 'time' }
65
say 'onceuponatime' ~~ &non-space-y;
66
say 'once upon a time' ~~ &space-y;
67
=end code
0 commit comments