@@ -10,15 +10,15 @@ productions.
10
10
11
11
## String table productions
12
12
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.
20
20
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,
22
22
it is an implicit reference to a single member of such a string table
23
23
production. See [ tokens] for more information.
24
24
0 commit comments