Replace Regexes with DFAs #204
Labels
checker
Issues related to Typechecking or Logic
enhancement
New feature or request
parser
Issues related to Tokenization or Parsing
Milestone
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
.The text was updated successfully, but these errors were encountered: