-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor line filter to support custom parsing for perl regexp. Signed-off-by: Cyril Tovena <[email protected]> * Support alternate, concat regex simplification Signed-off-by: Cyril Tovena <[email protected]> * Add benchmark between normal and simplified regex. Signed-off-by: Cyril Tovena <[email protected]> * Working through all possible concat operation. Signed-off-by: Cyril Tovena <[email protected]> * Fixes concat operations. Signed-off-by: Cyril Tovena <[email protected]> * Adds more type of capture group Signed-off-by: Cyril Tovena <[email protected]> * Improve test robustness Signed-off-by: Cyril Tovena <[email protected]> * Support for nexted concat. git push Signed-off-by: Cyril Tovena <[email protected]> * Fixes bug with anychar. Signed-off-by: Cyril Tovena <[email protected]> * add more not supported cases. Signed-off-by: Cyril Tovena <[email protected]> * Refactor the concat alternates function. Signed-off-by: Cyril Tovena <[email protected]> * Improve documentation and refactor code. Signed-off-by: Cyril Tovena <[email protected]> * Fixes all code using line filter. Signed-off-by: Cyril Tovena <[email protected]> * Improve tests to check nil filter. Signed-off-by: Cyril Tovena <[email protected]> * Ensure benchmark is not optimized by the compilation. Signed-off-by: Cyril Tovena <[email protected]> * Review feedback. Signed-off-by: Cyril Tovena <[email protected]>
- Loading branch information
1 parent
5b1316e
commit d34b0a9
Showing
14 changed files
with
489 additions
and
81 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
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.