From cf7b1352e895828a19fd7e0a81bb31f515de0162 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sun, 11 Jun 2023 22:22:55 +0100 Subject: [PATCH] Add some notes --- notes | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 notes diff --git a/notes b/notes new file mode 100644 index 0000000..da0da80 --- /dev/null +++ b/notes @@ -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