Skip to content

Commit

Permalink
Replace antlr4rust with winnow
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
35VLG84 committed Jan 3, 2025
1 parent 1ff862c commit 7caf9b2
Show file tree
Hide file tree
Showing 59 changed files with 2,555 additions and 6,178 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Updated deps and tools:

===== Rust toolchain

MSRV: 1.81.0
MSRV: 1.82.0

'''

Expand Down
2 changes: 1 addition & 1 deletion CREDITS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Thank you for your help!

Components (used direclty by Tackler-NG):

* https://github.com/rrevenantt/antlr4rust[antlr-rust]
* https://github.com/marshallpierce/rust-base64[base64]
* https://github.com/clap-rs/clap[clap]
* https://github.com/RustCrypto/traits[digest]
Expand All @@ -30,6 +29,7 @@ Components (used direclty by Tackler-NG):
* https://github.com/toml-rs/toml/tree/main/crates/toml[toml]
* https://github.com/uuid-rs/uuid[uuid]
* https://github.com/BurntSushi/walkdir[walkdir]
* https://github.com/winnow-rs/winnow[winnow]
Build-tools (used to build Tackler):

Expand Down
Loading

0 comments on commit 7caf9b2

Please sign in to comment.