-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for missing features in regular expressions. (#1337)
* Added handling of \G. * Added find_all method to regular expressions. * Implementation of reverse token generation. * Implementation of lookbehind parsing. * Hack for reverse matching. * Removed Iter from wrapper and added it to the generated functions. * Removed `wrap` helper. * Implementation of advanced regexes. * Added implementation for nested lookaround. * Update for regex status. * Added atomic grouping token. * Code cleanup. * Update of Regression tests. * Header update for new version. * Updates for clang. * Update for tests.
- Loading branch information
1 parent
2a36dfa
commit ec1f98a
Showing
95 changed files
with
26,156 additions
and
14,976 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
Oops, something went wrong.