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

Switch to an event-based parser #823

Open
gvozdvmozgu opened this issue Sep 27, 2024 · 0 comments
Open

Switch to an event-based parser #823

gvozdvmozgu opened this issue Sep 27, 2024 · 0 comments
Labels
rust Pull requests that update Rust code

Comments

@gvozdvmozgu
Copy link
Collaborator

Right now, we have something similar, but we'd like something more generalized, so users can build their own IR based on these events:

  • The linter builds a CST — it cares about issues and comments, even with incomplete or unparsable input.
  • SQL inference/lineage builds an AST — it needs a structured and precisely accurate IR without minor details.
  • This would make it easier to experiment with the internal representation within the project.
@gvozdvmozgu gvozdvmozgu added the rust Pull requests that update Rust code label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code
Projects
None yet
Development

No branches or pull requests

1 participant