The repository of PartiQL parser based on ANTLR.
The repository contains the test data from partiql-tests repository as a submodule. To clone the repository with the submodule, use the following command:
git clone --recursive [email protected]:bytebase/partiql-parser.git
To update the submodule, use the following command:
git submodule update --remote