Re: warning: unused value: $3

2006-10-27 Thread Joel E. Denny
On Fri, 27 Oct 2006, Hans Aberg wrote: > On 27 Oct 2006, at 07:59, Joel E. Denny wrote: > > > I'd rather choose a global default (mid-rule warnings on or off) and then > > let the user specify otherwise either globally (-W) or case-by-case (USE). > > The way I reason is that a package distributi

eclipse integration help?

2006-10-27 Thread bernd
I was googeling quite a bit without real success. Does anybody has some advice or can point me to a web site on how to set up an Eclipse project that integrates Bison in a decent way? Thanks, -- Bernd ___ help-bison@gnu.org http://lists.gnu.org/mailma

Feature Request: Help for S/R and R/R Errors

2006-10-27 Thread Bob Smith
When Bison encounters a S/R or R/R error, it would be helpful if it could also write to the output file an input stream which would trigger the error. That way, the user could run the input stream through the grammar so as to better understand the problem. As it is, we're told in which state

parsing bigger files

2006-10-27 Thread Joerg Hoffmann
Dear Bsion help, how do I get my bison/flex parser to parse bigger files? Is there some way to control maximal sizes, e.g. the maximal number of items parsed into a list, or so? I'm using Bison 1.875 and flex 2.5.4. with newer versions of bison, my parser does not compile. The file I want t

Re: warning: unused value: $3

2006-10-27 Thread Hans Aberg
On 27 Oct 2006, at 07:59, Joel E. Denny wrote: I'd rather choose a global default (mid-rule warnings on or off) and then let the user specify otherwise either globally (-W) or case-by-case (USE). The way I reason is that a package distribution should normally not issue any warnings - just