-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This major change refactors most APIs in the `token` module. Here are some of the primary goals: - Token APIs better represent and support the tree data structure. - Token trees structurally distinguish branch and leaf tokens. - Tokens and token topology are never implicit. Previously, concatenations and alternatives had no explicit representation, for example. - Variance computation is more consistent, flexible, and complete. - Token trees are always traversed iteratively (within the `token` module; parsing and encoding are still essentially recursive). These changes present better APIs and capabilities that enable further improvements and new features. As part of this change, the MSRV has been bumped to `1.75.0`.
- Loading branch information
1 parent
a7a02f6
commit 68b94ff
Showing
22 changed files
with
4,398 additions
and
1,923 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
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
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
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
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
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.