Skip to content

Commit 172fc7f

Browse files
committed
Adjust wording from the grammar
1 parent 020dcab commit 172fc7f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/notation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ productions.
1010

1111
## String table productions
1212

13-
Some rules in the grammar — notably [unary operators], [binary operators],
14-
and [keywords] — 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,
2222
it is an implicit reference to a single member of such a string table
2323
production. See [tokens] for more information.
2424

src/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Tokens are primitive productions in the grammar defined by regular
44
(non-recursive) languages. "Simple" tokens are given in [string table
55
production] form, and occur in the rest of the
6-
grammar as double-quoted strings. Other tokens have exact rules given.
6+
grammar in `monospace` font. Other tokens have exact rules given.
77

88
[string table production]: notation.html#string-table-productions
99

0 commit comments

Comments
 (0)