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

efficient handling of repeats #89

Open
ceedubs opened this issue Jul 9, 2019 · 0 comments
Open

efficient handling of repeats #89

ceedubs opened this issue Jul 9, 2019 · 0 comments

Comments

@ceedubs
Copy link
Owner

ceedubs commented Jul 9, 2019

Currently when you write regex("a{1,3}") irrec represents this as a|aa|aaa. This gets really out of hand if you use a large number as the upper-bound.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant