> On May 29, 2021, at 5:57 PM, rir wrote:
>
>
> Given:
>rule cmp_expression {
>|
>|
>| ...
>}
>
> What is a good, concise way to express that all the alternatives are
> commutative?
I am not at all clear on what you are asking, so if none of my ideas are
Given:
rule cmp_expression {
|
|
| ...
}
What is a good, concise way to express that all the alternatives are
commutative?
I imagine that generally this is a useless question, which is
avoided by:
rule cmp_expression {
}
but here many tokens under v