You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the existing lexer/parser for PostgreSQL, but found out that the code uses an old version of the antlr4 runtime for Go, hence it lacked a few features and fixes. I tried creating my own lexer/parser using the existing grammars provided by the ANTLR4 project, yet the generated code doesn't compile and misses a lot of features. Mixing and matching code from the other repo didn't work at all, as there were many missing dependencies and code changes that made the project unusable. At this stage, I have to stick with the existing parser for Postgres and eventually either fix Windows builds or create a lexer/parser using some other technology.
I tried to use the existing lexer/parser for PostgreSQL, but found out that the code uses an old version of the antlr4 runtime for Go, hence it lacked a few features and fixes. I tried creating my own lexer/parser using the existing grammars provided by the ANTLR4 project, yet the generated code doesn't compile and misses a lot of features. Mixing and matching code from the other repo didn't work at all, as there were many missing dependencies and code changes that made the project unusable. At this stage, I have to stick with the existing parser for Postgres and eventually either fix Windows builds or create a lexer/parser using some other technology.
The text was updated successfully, but these errors were encountered: