Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL lexer and parser #16

Open
Tracked by #15
mostafa opened this issue Oct 29, 2023 · 2 comments
Open
Tracked by #15

PostgreSQL lexer and parser #16

mostafa opened this issue Oct 29, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@mostafa
Copy link
Member

mostafa commented Oct 29, 2023

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.

@mostafa mostafa self-assigned this Oct 29, 2023
@mostafa mostafa added the enhancement New feature or request label Oct 29, 2023
@mostafa mostafa moved this from 🆕 New to 📋 Backlog in Plugins Public Roadmap Oct 29, 2023
@mostafa mostafa modified the milestone: v0.1.x Oct 29, 2023
@mostafa mostafa moved this from 📋 Backlog to 🆕 New in Plugins Public Roadmap Oct 30, 2023
@mostafa mostafa moved this from 🆕 New to 🏗 In progress in Plugins Public Roadmap Nov 25, 2023
@mostafa mostafa moved this from 🏗 In progress to 🆕 New in Plugins Public Roadmap Nov 28, 2023
@mostafa mostafa moved this from 🆕 New to 🏗 In progress in Plugins Public Roadmap Dec 15, 2023
@mostafa mostafa assigned Abdur-rahmaanJ and unassigned mostafa Dec 15, 2023
@mostafa
Copy link
Member Author

mostafa commented Mar 4, 2024

@Abdur-rahmaanJ Are there any updates here? Are you still working on this?

@Abdur-rahmaanJ
Copy link

@mostafa Unfortunately no, you can delist me ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants