How to change the sequence of statement in a continuous binary expression #1761
Unanswered
durianwaffle
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hey @durianwaffle, you can give an element in your expression chain a higher precedence by putting it closer to the end of the chain. In this case, you need to put |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Langium team, I have a continuous binary expression, now the grouping of statement is as shown in the black background.
But I want to change it to the one in the white background. How can I achieve this goal?
Beta Was this translation helpful? Give feedback.
All reactions