feat: add generic and plsql basic parser file

This commit is contained in:
xiaowei
2020-09-11 17:39:10 +08:00
parent 68800312d3
commit f85163892a
83 changed files with 326433 additions and 155590 deletions

View File

@ -17,6 +17,5 @@
- Generic SQL
- Flink SQL
- Libra SQL
- Oracle SQL
- TiDB
MySQL Compatible Syntax

View File

@ -1,5 +1,13 @@
# Tutorials
## Antlr4 installation
## How to extend new grammar
## How to expose Javascript interface in this project
## Integrate with Monaco Editor
## Reference
- <https://tomassetti.me/writing-a-browser-based-editor-using-monaco-and-antlr/>