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

Eliminate final case of camlp5 left-factorization #11859

Merged

Conversation

tobil4sk
Copy link
Member

@tobil4sk tobil4sk commented Dec 7, 2024

left-factorization is a feature of camlp5 that refactors consecutive parser rules that share a prefix:
https://camlp5.readthedocs.io/en/latest/parsers.html#left-factorization

If we stop relying on this feature we can potentially move the parser to ppx_parser, which is a camlp4 alternative so it doesn't support this camlp5 feature.

With these previous commits already in development, this should remove the last of the occurrences:
1f8fcdd
f3971a4
0620b1b

@Simn Simn merged commit c4868e5 into HaxeFoundation:development Dec 7, 2024
50 checks passed
@tobil4sk tobil4sk deleted the fix/parser-left-factorisation branch December 7, 2024 14:15
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.

2 participants