Add pscan tool, to convert JSON parse stream into AST-like object

This commit is contained in:
Jeff Garzik
2019-01-05 02:35:54 -05:00
parent 75ee778e7e
commit b55855e24f
3 changed files with 101 additions and 0 deletions

View File

@ -11,6 +11,7 @@ pkgconfig_DATA = libsqlpars.pc
# noinst_PROGRAMS = $(TESTS)
EXTRA_DIST = sql.y sql.l \
pscan.js \
test-ok.sh test-fail.sh \
fail1.sql \
fail3.sql \
@ -25,6 +26,7 @@ EXTRA_DIST = sql.y sql.l \
ok6.sql \
ok7.sql \
ok8.sql \
ok9.sql \
tst-create-db.sql \
tst-create-table1.sql