Add plain C API for compiling a JSON grammar
This commit is contained in:
parent
36870bfced
commit
b69e19c525
6 changed files with 369 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue