sheepduke / esrap-json-parser

A JSON parser using Esrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A JSON parser implemented with Esrap.

It cannot handle too big JSON file, like json-iterator/test-data. SBCL would just hang. Except for this case, it passes all the test cases defined in nst/JSONTestSuite.

Esrap is not so good when dealing with deeply nested data structure with left-recursive rules. Other than that, it is a very good library to write parsers.

About

A JSON parser using Esrap

License:MIT License


Languages

Language:Common Lisp 100.0%