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

Document what flavor of regular expressions this grammar supports #41

Closed
keidax opened this issue Dec 12, 2024 · 2 comments
Closed

Document what flavor of regular expressions this grammar supports #41

keidax opened this issue Dec 12, 2024 · 2 comments

Comments

@keidax
Copy link

keidax commented Dec 12, 2024

After quickly scanning the rules, I'm guessing this is meant to parse PCRE2 or ECMAScript regular expressions. It would be helpful if the project explained this explicitly.

@amaanq
Copy link
Member

amaanq commented Dec 22, 2024

It's a somewhat "general" regex parser, and doesn't strictly adhere to one regex flavor. There's support for PCRE2, ECMAScript, and POSIX regexes.

@amaanq
Copy link
Member

amaanq commented Dec 22, 2024

I've just updated the docs w/ this info

@amaanq amaanq closed this as completed Dec 22, 2024
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

2 participants