JSON Parser built with the help of ChatGPT 4.0. Grammar used is https://fullstack.wiki/syntax/rfc8259/index.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 816f4e47b0 Added simple error handling for lexer and parser 2 years ago
lexer Added simple error handling for lexer and parser 2 years ago
parser Added simple error handling for lexer and parser 2 years ago
token Added simple error handling for lexer and parser 2 years ago
.gitignore Mise à jour de '.gitignore' 2 years ago
README.md Initial commit 2 years ago
go.mod Implemented lexer and parser working for all provided test cases 2 years ago

README.md

gojson

JSON Parser built with the help of ChatGPT 4.0. Grammar used is https://fullstack.wiki/syntax/rfc8259/index.