We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dfa75 commit 28bd252Copy full SHA for 28bd252
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