-
-
Couldn't load subscription status.
- Fork 349
New AST to fix parsing ambiguity #8207
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
Conversation
73eb5f6 to
49fa12f
Compare
|
Thank you for your contribution! Sometimes PRs end up staying open for a long time without activity, which can make the list of open PRs get long and time-consuming to review. To keep things manageable for reviewers, this bot automatically closes PRs that haven’t had activity in 60 days. This PR hasn’t had activity in 30 days, so it will be automatically closed if there is no more activity in the next 30 days. Keep in mind that PRs marked |
Extremely WIP!
This will solve the
{ x }ambiguity, while also using less memory and hopefully being able to be used 1-to-1 with CIR so that we can convert to CIR by just changing some tags in-place (e.g. to categorize things as patterns vs. expressions vs. types etc.) during canonicalization and that's it.