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 2e72be4 commit ae79a8aCopy full SHA for ae79a8a
docs/docs/internals/syntax.md
@@ -86,6 +86,23 @@ nl ::= “new line character”
86
semi ::= ‘;’ | nl {nl}
87
```
88
89
+## Keywords
90
+
91
+### Regular keywords
92
93
+```
94
+abstract case catch class def do else enum
95
+erased extends false final finally for if implicit
96
+import lazy match new null object package private
97
+protected override return super sealed then throw trait
98
+true try type val var while with yield
99
+: = <- => <: :> # @
100
101
102
+### Soft keywords
103
104
+derives inline opaque
105
+~ * | & + -
106
107
## Context-free Syntax
108
0 commit comments