We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51b6edc + 28bd252 commit d7253abCopy full SHA for d7253ab
src/tokens.md
@@ -309,6 +309,11 @@ The representation semantics of floating-point numbers are described in
309
310
### Boolean literals
311
312
+> **<sup>Lexer</sup>**
313
+> BOOLEAN_LITERAL :
314
+> `true`
315
+> | `false`
316
+
317
The two values of the boolean type are written `true` and `false`.
318
319
## Symbols
@@ -324,4 +329,4 @@ They are catalogued in [the Symbols section][symbols] of the Grammar document.
324
329
[binary operators]: expressions.html#arithmetic-and-logical-binary-operators
325
330
[tokens]: #tokens
326
331
[symbols]: ../grammar.html#symbols
327
-[keywords]: ../grammar.html#keywords
332
+[keywords]: keywords.html
0 commit comments