Skip to content

Commit

Permalink
Reverts in part 9b1a88a
Browse files Browse the repository at this point in the history
Because the code that generates indexes is terra incognita and changing the grammar declarator from one place to another leads to errors. Change related to #1912 remains in place.
  • Loading branch information
JJ committed Apr 18, 2018
1 parent 26fd96d commit 52e38a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/grammars.pod6
Expand Up @@ -81,7 +81,7 @@ into effect for the Regex:
say so 'once upon a time' ~~ &space-y; # OUTPUT: «True␤»
=end code
=head1 X<Creating Grammars|declarator, grammar>
=head1 X<Creating Grammars>
=SUBTITLE Group of named regexes that form a formal grammar
L<Grammar|/type/Grammar> is the superclass that classes automatically get when
Expand All @@ -92,7 +92,7 @@ L<action object|/language/grammars#Action_Objects> is recommended to be used in
conjunction with the grammar.
=head2 X«Proto regexes| :sym<>; proto regex»
=head2 X«Proto regexes| :sym<>; proto regex; declarator,grammar»
L<Grammar|/type/Grammar>s are composed of rules, tokens and regexes;
they are actually methods, since grammars are classes. These methods
Expand Down

0 comments on commit 52e38a9

Please sign in to comment.