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

Replace antlr4rust with winnow #38

Merged
merged 3 commits into from
Jan 3, 2025
Merged

Replace antlr4rust with winnow #38

merged 3 commits into from
Jan 3, 2025

Conversation

35VLG84
Copy link
Collaborator

@35VLG84 35VLG84 commented Jan 3, 2025

Replace antlr4rust with winnow

Some comments:

  • Passes all tests (unit and test vectors)
  • There is no proper error reporting
  • This is still based on in memory implementation
  • This implementation is about ~3x faster in overall
  • Parser benchmark is 30-35x faster (antlr vs. winnow)

MSRV: 1.82.0

closes #3

Some comments:

* Passes all tests (unit and test vectors)
* There is no proper error reporting
* This is still based on in memory implementation
* This implementation is about ~3x faster in overall
* Parser benchmark is 30-35x faster (antlr vs. winnow)

MSRV: 1.82.0

closes GH-3

Signed-off-by: 35V LG84 <[email protected]>
@35VLG84 35VLG84 merged commit 962a0b6 into main Jan 3, 2025
8 checks passed
@35VLG84 35VLG84 deleted the antlr-to-winnow branch January 3, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove antlr-rust
1 participant