Implementation of a JSON parser in Typescript and nodeJS for the codingchallengesseries
Lexical analysis -> (scanner): Read input characters and output a sequence of tokens
Syntactic analysis -> (parser): Take tokens and generate a parse tree(AST) and report syntax error if any