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

cli: Use Hir as underlying regex representation #3404

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

osiewicz
Copy link
Contributor

@osiewicz osiewicz commented Jun 5, 2024

This picks up work from #383 . This PR is a bit simpler, as it doesn't include any changes for CharacterSet (which have already been applied in the meantime).
I've benchmarked resulting grammars and found that the performance of parsers is identical. In fact, parser.c for e.g. Rust is bit-for-bit identical.

@ObserverOfTime
Copy link
Member

Presumably related error:

 thread 'main' panicked at cli/src/generate/render.rs:259:63:
no entry found for key

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

Successfully merging this pull request may close these issues.

None yet

2 participants