An open API service indexing awesome lists of open source software.

https://github.com/bytebase/partiql-parser

The repository of PartiQL parser based on ANTLR.
https://github.com/bytebase/partiql-parser

Last synced: 8 months ago
JSON representation

The repository of PartiQL parser based on ANTLR.

Awesome Lists containing this project

README

          

# partiql-parser

The repository of PartiQL parser based on ANTLR.

# Clone the repository

The repository contains the test data from [partiql-tests](https://github.com/partiql/partiql-tests) repository as a submodule. To clone the repository with the submodule, use the following command:

```bash
git clone --recursive git@github.com:bytebase/partiql-parser.git
```

# Update the partiql-tests submodule

To update the submodule, use the following command:

```bash
git submodule update --remote
```