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 410ee0a commit 2e2a55eCopy full SHA for 2e2a55e
docs/_spec/13-syntax-summary.md
@@ -87,6 +87,16 @@ nl ::= ´\mathit{“new line character”}´
87
semi ::= ‘;’ | nl {nl}
88
```
89
90
+## Optional Braces
91
+
92
+```
93
+colon ::= ':' -- with side conditions explained in 01-literal-syntax.md
94
+ <<< ts >>> ::= ‘{’ ts ‘}’
95
+ | indent ts outdent
96
+:<<< ts >>> ::= [nl] ‘{’ ts ‘}’
97
+ | colon indent ts outdent
98
99
100
## Context-free Syntax
101
102
´\color{red}{\text{TODO SCALA3: Once we're done porting the spec, make sure that
0 commit comments