Closed duesee closed 3 years ago
rule = (A (B C))
rule = A B C
Node::Group
Alternation
Concatenation
Make this opt-in via ::simplify()?
::simplify()
Leave that for some later time...
rule = (A (B C))
torule = A B C
...Node::Group
as it is not needed when objects are composed viaAlternation
andConcatenation
.Make this opt-in via
::simplify()
?