forked from rust-lang/regex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syntax/unicode: lightly refactor Perl Unicode class handling
This nominally moves the logic for acquiring Unicode-aware Perl character classes into the `unicode` module, and also makes the calling code robust with respect to failures. This commit is prep work for making the availability of Unicode-aware Perl classes optional.
- Loading branch information
1 parent
5204ee4
commit 98a7337
Showing
2 changed files
with
86 additions
and
96 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