diff --git a/src/tokens.md b/src/tokens.md index 3163a9de6..eaf9baa16 100644 --- a/src/tokens.md +++ b/src/tokens.md @@ -309,6 +309,11 @@ The representation semantics of floating-point numbers are described in ### Boolean literals +> **Lexer** +> BOOLEAN_LITERAL : +>       `true` +>    | `false` + The two values of the boolean type are written `true` and `false`. ## Symbols @@ -324,4 +329,4 @@ They are catalogued in [the Symbols section][symbols] of the Grammar document. [binary operators]: expressions.html#arithmetic-and-logical-binary-operators [tokens]: #tokens [symbols]: ../grammar.html#symbols -[keywords]: ../grammar.html#keywords +[keywords]: keywords.html