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.
2 parents 998f39e + a917a93 commit c9f0119Copy full SHA for c9f0119
src/identifiers.md
@@ -1,5 +1,10 @@
1
# Identifiers
2
3
+> **<sup>Lexer:<sup>**
4
+> IDENTIFIER :
5
+> XID_start XID_continue<sup>\*</sup>
6
+> | `_` XID_continue<sup>+</sup>
7
+
8
An identifier is any nonempty Unicode[^non_ascii_idents] string of the following form:
9
10
Either
@@ -23,6 +28,6 @@ that does _not_ occur in the set of [keywords].
23
28
24
29
[`XID_start`]: http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3AXID_Start%3A%5D&abb=on&g=&i=
25
30
[`XID_continue`]: http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3AXID_Continue%3A%5D&abb=on&g=&i=
26
-[keywords]: ../grammar.html#keywords
31
+[keywords]: keywords.html
27
32
[^non_ascii_idents]: Non-ASCII characters in identifiers are currently feature
33
gated. This is expected to improve soon.
0 commit comments