LSTS icon indicating copy to clipboard operation
LSTS copied to clipboard

Implement reverse operator for regular expressions

Open andrew-johnson-4 opened this issue 2 years ago • 1 comments

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.

andrew-johnson-4 avatar Feb 19 '23 02:02 andrew-johnson-4

https://github.com/andrew-johnson-4/L1DFA

andrew-johnson-4 avatar Feb 27 '23 03:02 andrew-johnson-4