Skip to content

Implement reverse operator for regular expressions #183

@andrew-johnson-4

Description

@andrew-johnson-4

Is your feature request related to a problem? Please describe.
It would be nice for CFG types to allow both left and right recursion. To support this, DFAs must be reversible.
Reverse of DFA is DFA

Describe the solution you'd like
Implement a simple .reverse() operator for DFAs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendIssues related to Proof Objects or Code GenerationcheckerIssues related to Typechecking or LogicparserIssues related to Tokenization or Parsing

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions