File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Identifiers
2
2
3
+ > ** <sup >Lexer:<sup >**
4
+ > IDENTIFIER :
5
+ >   ;  ;   ;  ; XID_start XID_continue<sup >\* </sup >
6
+ >   ;  ; | ` _ ` XID_continue<sup >+</sup >
7
+
3
8
An identifier is any nonempty Unicode[ ^ non_ascii_idents ] string of the following form:
4
9
5
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
28
33
gated. This is expected to improve soon.
You can’t perform that action at this time.
0 commit comments