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 c2912b0 commit bb2f3b3Copy full SHA for bb2f3b3
doc/Language/grammars.pod6
@@ -96,7 +96,7 @@ conjunction with the grammar.
96
97
L<Grammar|/type/Grammar>s are composed of rules, tokens and regexes;
98
there are actually methods, since grammars are classes. These methods
99
-can have things in common, and thus can use L<proto>.
+can have things in common, and thus can use L<proto|/syntax/proto>.
100
101
For instance, if you have a lot of alternations, it may become difficult to produce
102
readable code or subclass your grammar. In the Actions class below, the
0 commit comments