Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop-In Replacement for .NET Regex #9

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Drop-In Replacement for .NET Regex #9

wants to merge 23 commits into from

Conversation

iwillspeak
Copy link
Owner

Work to create a set of classes with a similar API to the .NET regex API. The aim is to be source-compatible with standard regexes to make testing out Rure easier.

This will be a simple drop-in replacement for the
`System.Text.RegularExpressions` namespace (#6).
No pattern matching yet, and the options aren't mapped from .NET style
flags to the Rure ones yet.
Maps the regex flags to their corresponding Rure values and implements
the simplest instance method on the Regex class. Still needs work to
create the static `IsMatch`. Should we cache compiled regular
expressions? What about the other flags which we can't map accross
properly?
# Conflicts:
#	bench/Alice/Alice.csproj
#	src/IronRure/IronRure.csproj
# Conflicts:
#	src/IronRure/IronRure.csproj
@iwillspeak iwillspeak changed the base branch from master to main June 13, 2020 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant