logicExpr
: relExpr
( llogicOperator^
relExpr
)*
;
I can't quite get my head around how to write this in the new tree
rewrite-> syntax. I realize that the above will work, but I'm curious
to know how it would look in the new syntax.
Monty