/partiql-parser

The repository of PartiQL parser based on ANTLR.

Primary LanguageANTLR

partiql-parser

The repository of PartiQL parser based on ANTLR.

Clone the repository

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 git@github.com:bytebase/partiql-parser.git

Update the partiql-tests submodule

To update the submodule, use the following command:

git submodule update --remote