m-ender / retina

A regex-based programming language.
MIT License
231 stars 10 forks source link

Patch additional features into .NET's replacement syntax #11

Closed m-ender closed 8 years ago

m-ender commented 9 years ago

Regex.Replace could probably rewritten with reasonable ease based on Regex.Matches. If this was done, additional features could be added, like boost's conditionals and upper/lower case switches.

m-ender commented 8 years ago

The rewrite of Regex.Replace has been completed in e3ea3c8. Any new features based on this will get their own issues.