refactor: unify the parser generator to antlr4

This commit is contained in:
xiaowei
2020-08-28 13:29:11 +08:00
parent 534e42ee63
commit c069f9f714
245 changed files with 414915 additions and 155437 deletions

1
src/typings/index.d.ts vendored Normal file
View File

@ -0,0 +1 @@
declare type sql = string | string[]