Add some notes

This commit is contained in:
Abdelrahman Said 2023-06-11 22:22:55 +01:00
parent a7a6c00aad
commit cf7b1352e8

29
notes Normal file
View 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