bug-bison
[Top][All Lists]
Advanced

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

Re: DR Grammars


From: Tim Josling
Subject: Re: DR Grammars
Date: Sat, 07 Jul 2001 10:23:28 +1000

Here are some bugs and/or suggested improvements to the bison
manual.

S3.5.3. Add a note that in bison, unlike flex, the action only
applies to the last rule, eg

X: 
a|b { x_found = 1;}

x_found will only be set if the 'b' variation is foundbut not if
the 'a' variation is found.

Appendix A. Add mention of YYDEBUG and also of @n.

I'll send in patches to this effect, once the CVS source is fixed
(currently the info does not build),

Tim Josling



reply via email to

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