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

Prettier emitted strings #3

Open
iangreenleaf opened this issue Jul 15, 2011 · 0 comments
Open

Prettier emitted strings #3

iangreenleaf opened this issue Jul 15, 2011 · 0 comments

Comments

@iangreenleaf
Copy link
Owner

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.

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