Skip to content

Commit fd27216

Browse files
frewsxcvsteveklabnik
authored andcommitted
String table productions
1 parent bb6b578 commit fd27216

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# String table productions
22

33
Some rules in the grammar — notably [unary
4-
operators](#unary-operator-expressions), [binary
5-
operators](#binary-operator-expressions), and [keywords][keywords] — are
4+
operators], [binary operators], and [keywords][keywords] — are
65
given in a simplified form: as a listing of a table of unquoted, printable
76
whitespace-separated strings. These cases form a subset of the rules regarding
8-
the [token](#tokens) rule, and are assumed to be the result of a
7+
the [token][tokens] rule, and are assumed to be the result of a
98
lexical-analysis phase feeding the parser, driven by a DFA, operating over the
109
disjunction of all such string table entries.
1110

12-
[keywords]: grammar.html#keywords
13-
1411
When such a string enclosed in double-quotes (`"`) occurs inside the grammar,
1512
it is an implicit reference to a single member of such a string table
16-
production. See [tokens](#tokens) for more information.
13+
production. See [tokens] for more information.
14+
15+
[binary operators]: expressions.html#binary-operator-expressions
16+
[keywords]: ../grammar.html#keywords
17+
[tokens]: tokens.html
18+
[unary operators]: expressions.html#unary-operator-expressions

0 commit comments

Comments
 (0)