Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Regexes with DFAs #204

Open
andrew-johnson-4 opened this issue Mar 5, 2023 · 0 comments
Open

Replace Regexes with DFAs #204

andrew-johnson-4 opened this issue Mar 5, 2023 · 0 comments
Labels
checker Issues related to Typechecking or Logic enhancement New feature or request parser Issues related to Tokenization or Parsing
Milestone

Comments

@andrew-johnson-4
Copy link
Owner

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 andrew-johnson-4 added parser Issues related to Tokenization or Parsing checker Issues related to Typechecking or Logic enhancement New feature or request labels Mar 5, 2023
@andrew-johnson-4 andrew-johnson-4 added this to the 1.0 milestone Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
checker Issues related to Typechecking or Logic enhancement New feature or request parser Issues related to Tokenization or Parsing
Projects
None yet
Development

No branches or pull requests

1 participant