Skip to content

efficient handling of repeats #89

@ceedubs

Description

@ceedubs

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions