Skip to content

Segundavid-Dev/JSON-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Parser

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

About

Implementation for the "Build your own JSON Parser" from https://codingchallenges.fyi/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published