pg_parse 0.12.0

PostgreSQL parser that uses the actual PostgreSQL server source to parse SQL queries and return the internal PostgreSQL parse tree.
Documentation
postgres/*
postgres.tar.bz2

*.o
*.a
*.obj
pg_query.lib

examples/*
!examples/*.c

test/*
!test/*.c
!test/*.sql
!test/*.expected.json
!test/valgrind.supp
!test/**/
test/*.dSYM

tmp/*
!tmp/.gitkeep

.vs/*