LSTS
LSTS copied to clipboard
Implement reverse operator for regular expressions
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.
https://github.com/andrew-johnson-4/L1DFA