Remove notes

This commit is contained in:
Abdelrahman Said 2023-07-30 22:43:37 +01:00
parent 896a9ff085
commit 1d118c8568

41
notes
View File

@ -1,41 +0,0 @@
TOKENS
Symbols
Array notation
[
]
Object notation
{
}
:
Separator
,
String
"
\ (for escape sequences)
Numerical
-
.
eE (exponents only)
+ (exponents only)
Keywords
true
false
null
Key
strings only
Implement stack data structure for pushing and pulling states when necessary
LEXER STATES
START
ERROR
END
VALUE
OBJECT_KEY
---------
OBJECT |
ARRAY |
PRIMITIVES |------> Can be values
STRING--------|------> Only one that can be an object key
NUMBER |
---------