File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# String table productions
2
2
3
3
Some rules in the grammar &mdash ; notably [ unary
4
- operators] ( #unary-operator-expressions ) , [ binary
5
- operators] ( #binary-operator-expressions ) , and [ keywords] [ keywords ] &mdash ; are
4
+ operators] , [ binary operators] , and [ keywords] [ keywords ] &mdash ; are
6
5
given in a simplified form: as a listing of a table of unquoted, printable
7
6
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
9
8
lexical-analysis phase feeding the parser, driven by a DFA, operating over the
10
9
disjunction of all such string table entries.
11
10
12
- [ keywords ] : grammar.html#keywords
13
-
14
11
When such a string enclosed in double-quotes (` " ` ) occurs inside the grammar,
15
12
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
You can’t perform that action at this time.
0 commit comments