34 lines
342 B
Markdown
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
|