Skip to content

Commit fcb3fd7

Browse files
committed
Added identifiers' grammar
1 parent 2c29398 commit fcb3fd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/identifiers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Identifiers
22

3+
> **<sup>Lexer:<sup>**
4+
> IDENTIFIER :
5+
> &nbsp;&nbsp; &nbsp;&nbsp; XID_start XID_continue<sup>\*</sup>
6+
> &nbsp;&nbsp; | `_` XID_continue<sup>+</sup>
7+
38
An identifier is any nonempty Unicode[^non_ascii_idents] string of the following form:
49

510
Either

0 commit comments

Comments
 (0)