Skip to content

re2c option -F (flex syntax) broken #229

@genivia-inc

Description

@genivia-inc

re2x -F (Flex syntax) version 1.1.1 throws a syntax error for the regex (a|ab)ba but the regex (a|ab)(ba) works fine for some reason. This is valid Flex syntax.

I can work around this issue for now by using regex ("a"|"ab")"ba", but it would be nice if re2c accepts Flex syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions