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

Wrong precedence for operator #756

Open
matiasmorant opened this issue Apr 22, 2019 · 1 comment
Open

Wrong precedence for operator #756

matiasmorant opened this issue Apr 22, 2019 · 1 comment

Comments

@matiasmorant
Copy link

a && b ? c : d compiles to a && (b ? c : d). Same problem for || operator

@wjlewis
Copy link

wjlewis commented Aug 14, 2019

I can't seem to replicate this. Does it compile incorrectly here: https://www.sweetjs.org/browser/editor.html ?

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

No branches or pull requests

2 participants