bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: POSIX and reduce/reduce conflicts


From: Paul Eggert
Subject: Re: POSIX and reduce/reduce conflicts
Date: Mon, 8 Apr 2002 11:26:01 -0700 (PDT)

> From: Akim Demaille <address@hidden>
> Date: 08 Apr 2002 19:20:17 +0200

> what does POSIX say about reduce/reduce conflicts?

I'm not sure what you're looking for here, but POSIX says that yacc
must report reduce/reduce conflicts (as well as shift/reduce
conflicts) to stderr in an unspecified format.

Also, when there is a reduce/reduce conflict, yacc must reduce by the
grammar rule that occurs earliest in the input.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]