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

Add Regex DSL #1302

Open
rlouf opened this issue Nov 30, 2024 · 0 comments
Open

Add Regex DSL #1302

rlouf opened this issue Nov 30, 2024 · 0 comments
Milestone

Comments

@rlouf
Copy link
Member

rlouf commented Nov 30, 2024

Regular expressions are a very compact DSL to generate DFAs, and can be intimidating at first. We cannot expect users to be fluent in this DSL.

We can make this easier by designing a simple Python DSL that compiles into regular expressions.

@rlouf rlouf added this to the 0.1 milestone Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant