LSTS
LSTS copied to clipboard
Replace Regexes with DFAs
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.