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

Fix the precedence of UnaryPostFix in the presence of fast pipe #2082

Merged
merged 2 commits into from
Jul 25, 2018

Conversation

anmonteiro
Copy link
Member

this fixes the case where parsing (event->target^)##value; would be
interpreted as (event->(target^))##value;

this fixes the case where parsing `(event->target^)##value;` would be
interpreted as `(event->(target^))##value;`
@chenglou chenglou requested a review from IwanKaramazow July 23, 2018 20:37
@chenglou chenglou merged commit 5ed38a9 into reasonml:master Jul 25, 2018
@chenglou
Copy link
Member

Thanks!

@anmonteiro anmonteiro deleted the fix-postfix-precedence branch July 25, 2018 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants