Skip to content

Commit

Permalink
reference: add link to the symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Oct 14, 2015
1 parent ec4362d commit 0dbc2ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/doc/reference.md
Expand Up @@ -419,10 +419,13 @@ The two values of the boolean type are written `true` and `false`.
### Symbols

Symbols are a general class of printable [tokens](#tokens) that play structural
roles in a variety of grammar productions. They are cataloged here for
completeness as the set of remaining miscellaneous printable tokens that do not
roles in a variety of grammar productions. They are a
set of remaining miscellaneous printable tokens that do not
otherwise appear as [unary operators](#unary-operator-expressions), [binary
operators](#binary-operator-expressions), or [keywords][keywords].
They are catalogued in [the Symbols section][symbols] of the Grammar document.

[symbols]: grammar.html#symbols


## Paths
Expand Down

0 comments on commit 0dbc2ef

Please sign in to comment.