342 B
342 B
dt-sql-parser
Get Start
installing the dependencies after cloned project:
yarn install
- test
yarn test
Compile the grammar sources
Compile one language:
yarn antlr4 --lang=generic
Compile all languages:
yarn antlr4 --all