[antlr-interest] new tree question

Monty Zukowski monty at codetransform.com
Thu Aug 23 12:03:51 PDT 2007


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


More information about the antlr-interest mailing list