Remove notes
This commit is contained in:
parent
896a9ff085
commit
1d118c8568
41
notes
41
notes
@ -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 |
|
|
||||||
---------
|
|
Loading…
Reference in New Issue
Block a user