You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I'm building the Regexp strings with tons of unnecessary non-capturing groups. This is fine for computation, but ugly when humans want to examine the resulting Regexp.
Solving this is a little tricky, since I think I'll need to know something about the precedence of the objects.
Currently I'm building the Regexp strings with tons of unnecessary non-capturing groups. This is fine for computation, but ugly when humans want to examine the resulting Regexp.
Solving this is a little tricky, since I think I'll need to know something about the precedence of the objects.
Or I can cheat and use https://github.com/josh/regin.
The text was updated successfully, but these errors were encountered: