-
Notifications
You must be signed in to change notification settings - Fork 182
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
Backport 5.2 changes to parser-standard #2512
Conversation
This only impacts |
The tests are not passing due AST changes, which I think are due to parser-extended not being uptodate. |
TODO: Compiler libs shims are needed in Load_path and Builtin_attributes.
f24bbe0
to
b86e1a9
Compare
Merged over #2519 |
This PR is changed to backport the remaining parser and lexer changes except for |
text appears first in the list. | ||
*) | ||
|
||
%inline nonempty_concat(X): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code is not used but will be in #2544
AST changes, perhaps due to parser-extended not being uptodate.
This might depend on #2503