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 0f06880 commit 328e425Copy full SHA for 328e425
document/core/syntax/conventions.rst
@@ -20,7 +20,7 @@ Grammar Notation
20
21
The following conventions are adopted in defining grammar rules for abstract syntax.
22
23
-* Terminal symbols (atoms) are written in sans-serif font: :math:`\K{i32}, \K{end}`.
+* Terminal symbols (atoms) are written in sans-serif font or in symbolic form: :math:`\K{i32}, \K{end}, {\to}, [, ]`.
24
25
* Nonterminal symbols are written in italic font: :math:`\X{valtype}, \X{instr}`.
26
0 commit comments