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 1ad734d commit 2146d99Copy full SHA for 2146d99
doc/Language/grammars.pod6
@@ -137,7 +137,7 @@ name of the alternation is attached with C<< :sym<> >> adverb.
137
In the actions class, we now got rid of the ternary operator and simply take
138
the C<.made> value from the C<< $<calc-op> >> match object. And the actions for
139
individual alternations now follow the same naming pattern as in the grammar:
140
-C<< method calc-op:sym<add> >> and C<method calc-op:sym<sub> >>.
+C<< method calc-op:sym<add> >> and C<<method calc-op:sym<sub> >>.
141
142
The real beauty of this method can be seen when you subclass that grammar
143
and actions class. Let's say we want to add a multiplication feature to the
0 commit comments