LSTS icon indicating copy to clipboard operation
LSTS copied to clipboard

Replace Regexes with DFAs

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

Is your feature request related to a problem? Please describe. Rust has a nice new DFA library, we should use it.

Describe the solution you'd like L1DFA has operations like .is_subset_of and .reverse.

andrew-johnson-4 avatar Mar 05 '23 02:03 andrew-johnson-4