[antlr-interest] YACC LEX

John D. Mitchell johnm-antlr at non.net
Fri Apr 1 08:29:54 PST 2005


>>>>> "Shalini" == Shalini Sharma <shalini.sh at gmail.com> writes:
[...]

> shift and reduce conflict's don't matter if we don't have precedence in
> operators i suppose . but non determinism leads to more problems .
> correct me if i am wrong .

Those "conflicts" *are* non-determinisms.  YACC just has defaults to break
some of those indeterminancies that people rely on instead of e.g., fixing
the non-determinism.

Take care,
	John




More information about the antlr-interest mailing list