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 a different parsing library #29

Open
Clueliss opened this issue Mar 20, 2024 · 1 comment
Open

Switch to a different parsing library #29

Clueliss opened this issue Mar 20, 2024 · 1 comment
Labels
enhancement New feature or request performance

Comments

@Clueliss
Copy link
Contributor

Due to the lacking performance of ANTLR consider switching to a different parsing library.

Question: Is SPARQL context-free? (i.e. parsable with parser-combinators)
Answer: yes

Possible Libraries to look into (in no particular order):

Important features:

  • fast
  • correct
  • easy to maintain
  • expressive parsing errors
  • stream support (optional?)
@Clueliss Clueliss added the enhancement New feature or request label Mar 20, 2024
@Clueliss
Copy link
Contributor Author

Also: ANTLR causes stack overflows on deeply nested path queries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

2 participants