-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
59 changed files
with
2,555 additions
and
6,178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ Updated deps and tools: | |
|
||
===== Rust toolchain | ||
|
||
MSRV: 1.81.0 | ||
MSRV: 1.82.0 | ||
|
||
''' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.