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 generating invalid syntax for transform on RHS of binary expression in ternary condition #5

Merged
merged 1 commit into from
Aug 12, 2023

Conversation

chetbox
Copy link
Owner

@chetbox chetbox commented Aug 12, 2023

Note that a < (b | c) ? true : false compiles but a < b | c ? true : false does not compile

…o in ternary condition

Note that `a < (b | c) ? true : false` compiles but `a < b | c ? true : false` does not compile
@chetbox chetbox merged commit 5b7b4fd into main Aug 12, 2023
1 check passed
@chetbox chetbox deleted the fix-transform-bin-op-in-ternary branch August 12, 2023 18:51
@chetbox chetbox changed the title Fix generating invalid syntax for transform on RHS of binary expressio in ternary condition Fix generating invalid syntax for transform on RHS of binary expression in ternary condition Aug 12, 2023
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

Successfully merging this pull request may close these issues.

1 participant