Add plain C API for compiling a JSON grammar

This commit is contained in:
Max Brunsfeld 2016-01-10 13:44:22 -08:00
parent 36870bfced
commit b69e19c525
6 changed files with 369 additions and 0 deletions

3
.gitmodules vendored
View file

@ -7,3 +7,6 @@
[submodule "externals/utf8proc"]
path = externals/utf8proc
url = https://github.com/julialang/utf8proc
[submodule "externals/json-parser"]
path = externals/json-parser
url = https://github.com/udp/json-parser.git