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

Feature Suggestion: .verbex files in project -> Compiled Regex via custom tool #10

Open
mbadler opened this issue Aug 14, 2013 · 0 comments

Comments

@mbadler
Copy link

mbadler commented Aug 14, 2013

Some regexes can get very complex and work best as standalone compiled regex dlls.

It would be nice to have something like a .verbex file that you can include in the project the syntax would be identical to the code embeded version. then during compile a custom tool will run that will execute the code in the .verbex file and transform it into one of 2 things
either

  • a .cs file with the rendered regex ,and static methods so the developer can do a .isMatch
  • use Regex.CompileToAssembly to create an assembly useable in that project
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

No branches or pull requests

1 participant