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 11# Identifiers
22
3+ > ** <sup >Lexer:<sup >**
4+ > IDENTIFIER :
5+ >   ;  ;   ;  ; XID_start XID_continue<sup >\* </sup >
6+ >   ;  ; | ` _ ` XID_continue<sup >+</sup >
7+
38An identifier is any nonempty Unicode[ ^ non_ascii_idents ] string of the following form:
49
510Either
@@ -23,6 +28,6 @@ that does _not_ occur in the set of [keywords].
2328
2429[ `XID_start` ] : http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3AXID_Start%3A%5D&abb=on&g=&i=
2530[ `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
2732[ ^ non_ascii_idents ] : Non-ASCII characters in identifiers are currently feature
2833 gated. This is expected to improve soon.
You can’t perform that action at this time.
0 commit comments