@@ -10,15 +10,15 @@ productions.
1010
1111## String table productions
1212
13- Some rules in the grammar &mdash ; notably [ unary operators] , [ binary operators ] ,
14- and [ keywords] &mdash ; are given in a simplified form: as a listing of a table
15- of unquoted, printable whitespace-separated strings. These cases form a subset
16- of the rules regarding the [ token] [ tokens ] rule, and are assumed to be the
17- result of a lexical-analysis phase feeding the parser, driven by a
18- < abbr title = " Deterministic Finite Automaton" >DFA</abbr >, operating over the
19- disjunction of all such string table entries.
13+ Some rules in the grammar &mdash ; notably [ unary operators] , [ binary
14+ operators ] , and [ keywords] &mdash ; are given in a simplified form: as a listing
15+ of printable strings. These cases form a subset of the rules regarding the
16+ [ token] [ tokens ] rule, and are assumed to be the result of a lexical-analysis
17+ phase feeding the parser, driven by a <abbr title="Deterministic Finite
18+ Automaton">DFA</abbr >, operating over the disjunction of all such string table
19+ entries.
2020
21- When such a string enclosed in double-quotes ( ` " ` ) occurs inside the grammar,
21+ When such a string in ` monospace ` font occurs inside the grammar,
2222it is an implicit reference to a single member of such a string table
2323production. See [ tokens] for more information.
2424
0 commit comments