Add some notes
This commit is contained in:
parent
a7a6c00aad
commit
cf7b1352e8
29
notes
Normal file
29
notes
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
TOKENS
|
||||||
|
Symbols
|
||||||
|
Array notation
|
||||||
|
[
|
||||||
|
]
|
||||||
|
Object notation
|
||||||
|
{
|
||||||
|
}
|
||||||
|
:
|
||||||
|
Separator
|
||||||
|
,
|
||||||
|
String
|
||||||
|
"
|
||||||
|
\ (for escape sequences)
|
||||||
|
Numerical
|
||||||
|
-
|
||||||
|
.
|
||||||
|
eE (exponents only)
|
||||||
|
+ (exponents only)
|
||||||
|
Keywords
|
||||||
|
true
|
||||||
|
false
|
||||||
|
null
|
||||||
|
Key
|
||||||
|
strings only
|
||||||
|
|
||||||
|
LEXER STATES
|
||||||
|
START
|
||||||
|
ERROR
|
Loading…
x
Reference in New Issue
Block a user