lava-oushudb-dt-sql-parser/CONTRIBUTING.md

34 lines
340 B
Markdown
Raw Normal View History

# dt-sql-parser
2023-05-04 10:13:05 +08:00
## Get Start
2023-05-04 10:13:05 +08:00
installing the dependencies after cloned project:
2023-05-04 10:13:05 +08:00
```bash
yarn install
```
2023-05-04 10:13:05 +08:00
- test
```bash
yarn test
```
## Compile the grammar sources
Compile one language:
2023-05-04 10:13:05 +08:00
```bash
yarn antlr4 --lang=mysql
2023-05-04 10:13:05 +08:00
```
Compile all languages:
```bash
yarn antlr4 --all
```
## Branch Organization
## Source Code Organization