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

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

Branch Organization

Source Code Organization