# Tutorials ## Antlr4 installation ## How to extend new grammar ## How to expose Javascript interface in this project ## Integrate with Monaco Editor ## Release # npm run script npm run release -- --release-as minor # Or npm run release -- --release-as 1.1.0 ## Reference - - [SQL](https://en.wikipedia.org/wiki/SQL) - [FlinkSQL](https://github.com/apache/flink/blob/master/flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/CreateTableLikeTest.java) - [antlr4 grammar](https://github.com/antlr/grammars-v4/tree/master/sql) -