Hello all, I was pretty happy when I've read about precedence option in ANTLR 3.2:
http://www.antlr.org/wiki/display/ANTLR3/Operator+precedence+parser however despite now we have 3.4 as stable one, this option is not present: http://www.antlr.org/wiki/display/ANTLR3/Grammar+options So what is the status of this option? Sidenote: I am asking, because Yacc-like grammar is dead simple when dealing with precedence, the most common solution in ANTLR is introducing several levels of rules -- not straightforward at all -- and writing AST from those rules requires a lot of typing. Clarity of the rules suffers, and so productivity of language developer. Thank you in advance, _______________________________________________ antlr-dev mailing list antlr-dev@antlr.org http://www.antlr.org/mailman/listinfo/antlr-dev