lava-oushudb-dt-sql-parser/CONTRIBUTING.md
2023-05-04 10:13:05 +08:00

34 lines
342 B
Markdown

# dt-sql-parser
## Get Start
installing the dependencies after cloned project:
```bash
yarn install
```
- test
```bash
yarn test
```
## Compile the grammar sources
Compile one language:
```bash
yarn antlr4 --lang=generic
```
Compile all languages:
```bash
yarn antlr4 --all
```
## Branch Organization
## Source Code Organization