Hayden
|
8f72a5af60
|
Fix/export abstract visitor (#237)
* fix: #236 export AbstractParseTreeVisitor
* build: set isolatedModules true
* feat: import parser about from filters
|
2023-12-19 19:22:27 +08:00 |
|
Hayden
|
f9dbd9fc23
|
Refactor/basic parser (#182)
* feat: replace errorCollector with ParserErrorListener to collect lexer error
* refactor: remove useless method in basicParser
* feat: correct splitSQLByStatement method
* feat: rename parse to parseWithCache and add new parse method
* refactor: rename parserTree to parseTree
* test: rename parserTree to parseTree
* refactor: rename parserError to parseError
* feat: export ErrorHandler type
* feat: use errorhandler form params
* test: basic parser unit tests
* style: lint via prettier
|
2023-10-16 17:59:28 +08:00 |
|
Hayden
|
7de192d486
|
chroe: devops (#180)
* ci: add dependencies about lint tool
* ci: replace eslint with prettier
* ci: add husky, cz and commitlint
* style: lint fix via prettier
* ci: add prettier and check-types to github workflow
'
|
2023-10-13 11:16:36 +08:00 |
|
Ziv
|
34f64e6bea
|
refactor: migrate antlr4 v4.12.0 to antlr4ts(4.9.0) (#106)
* build: ignore gen folder
* refactor: remove useless code
* fix: correct the Javascript usage in grammar
* refactor: move to antlr4ts
* fix: remove useless
* fix: update grammars for javascript target
* refactor: migrate to antlr4ts
* refactor: migrate to antlr4ts
* refactor: implements ParserErrorListener
* fix: rename the start reserved word
* refactor: remove unused import
* refactor: migrate to antlr4ts
* test: update the expects of test cases
* refactor: migrate hive to antlr4ts
* refactor: update the incompatible syntax for antlr4ts
* refactor: migrate pgsql grammar to antlr4ts, increasing tests
* refactor: migrate the plsql to antlr4ts
* build: remove unused config
* build: migrate to antlr4ts
* build: migrate ts-jest to @swc/jest
* refactor: migrate to anltr4ts
* build: migrate ts-jest to @swc/jest
|
2023-05-30 14:44:03 +08:00 |
|
Ziv
|
c1c72def30
|
feat: upgrade antlr4 to 4.12.0 (#88)
|
2023-05-04 10:13:05 +08:00 |
|
xiaowei
|
221482cc7c
|
refactor(plsql): extract plsql export into src index
|
2021-01-05 17:49:34 +08:00 |
|
Erindcl
|
6b16f752e4
|
fix: ts problem
|
2020-12-28 19:07:13 +08:00 |
|
xiaowei
|
f85163892a
|
feat: add generic and plsql basic parser file
|
2020-09-11 17:39:10 +08:00 |
|