moar icon indicating copy to clipboard operation
moar copied to clipboard

Deterministic Regular Expressions with Backreferences

Results 17 moar issues
Sort by recently updated
recently updated
newest added

I have written a [regex benchmark](https://github.com/almondtools/regexbench) comparing different regex engines for Java. Lately I found your approach and would be curious how it performs compared to the other alternatives. Yet...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps lucene-core from 6.1.0 to 7.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.lucene:lucene-core&package-manager=maven&previous-version=6.1.0&new-version=7.1.0)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

some examples were not correct. these have to be fixed.

Currently only `(?:(?:a*)*)*` is allowed (but still non deterministic).

bug

For example `` are only needed for capturing groups. Escaping them outside of capturing gruops is a bit weird, but can be kept for simplicity of the parser.

nice to have