Implement Thompson NFA-based Regular Expressions#1172
Open
JAi-SATHVIK wants to merge 108 commits intofortran-lang:masterfrom
Open
Implement Thompson NFA-based Regular Expressions#1172JAi-SATHVIK wants to merge 108 commits intofortran-lang:masterfrom
JAi-SATHVIK wants to merge 108 commits intofortran-lang:masterfrom
Conversation
Fix CMakeLists.txt for the addition of stdlib_storting_pca
Master cpy
optimized for performance and stability
…ster with upstream
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1172 +/- ##
==========================================
+ Coverage 68.66% 69.28% +0.62%
==========================================
Files 408 410 +2
Lines 13619 14028 +409
Branches 1537 1602 +65
==========================================
+ Hits 9351 9719 +368
- Misses 4268 4309 +41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
Contributor
Author
UpdateI have finalized the core implementation of the pure Fortran regex engine. Here is a summary of what I've completed:
The engine is now stable, zero-dependency, and ready for your feedback! @arjenmarkus @jvdp1 @jalvesz |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
issue #1163