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

Use a generated parser for regex validation #97

Open
desaikd opened this issue Jul 14, 2022 · 0 comments
Open

Use a generated parser for regex validation #97

desaikd opened this issue Jul 14, 2022 · 0 comments

Comments

@desaikd
Copy link
Contributor

desaikd commented Jul 14, 2022

Currently Regex needs some preprocessing done on the expression to see if this is supported by Ion Schema specificationor not.
We need to investigate on having some parser from a grammar for validating regex.

Currently, we need handwritten code for validating the regex pattern. Maybe there's a crate that we could use to generate a parser from a grammar that can validate the regex pattern (e.g. Pest). 🤷‍♂️

Originally posted by @desaikd in #96 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant