Re: how to form rules for commutative triads?

2021-05-29 Thread Bruce Gray
> 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

how to form rules for commutative triads?

2021-05-29 Thread rir
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