bug-bison
[Top][All Lists]
Advanced

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

Bug in Bison docs


From: Аскар Сафин
Subject: Bug in Bison docs
Date: Mon, 19 Nov 2012 14:33:51 +0400

Bison 2.6.4 docs on http://www.gnu.org/software/bison/manual/bison.html in 
section 5.6 gives an example of reduce/reduce conflict. At the end of section 
we see: "Second, to prevent either a words or a redirects from being empty". 
But then follows (at my opinion) bad solution. For example, we have "word 
word". It can be reduced the following ways:

word word -> words -> sequence
word word -> words words -> sequence

So, you probably should remove the second way.

Askar

reply via email to

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