sweet-js/sweet-core

Wrong precedence for operator

matiasmorant opened this issue · 1 comments

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

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