How to handle DB2 and return an AST syntax tree #4091
Unanswered
HyDreamFly
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There's no DB2 grammar here. But, there are some elsewhere.
Antlr4 does not construct ASTs. It constructs a CST, which is arguably better in so many ways. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a grammar file available
Beta Was this translation helpful? Give feedback.
All reactions