Skip to content

PostgreSQL lexer and parser #16

@mostafa

Description

@mostafa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    🏗 In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions