Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 340 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 340 Bytes

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=mysql 

Compile all languages:

yarn antlr4 --all

Branch Organization

Source Code Organization