Re: Bison advises that a variable 'expr' I use isn't declared.

2009-03-11 Thread Akim Demaille
Le 10 mars 09 à 11:38, Akim Demaille a écrit : Le 10 mars 09 à 01:40, Joe Garvey a écrit : Bison advises that the var expr is undeclared. I'm also generally not certain about the declaration of it as expr, a non-terminal, may be a complex statement such as... ne(abs(X0),abs(X1)) // wh

Building a project derived fro GNU Bison

2009-03-11 Thread Tommy Nordgren
I'm trying to derive a project from GNU Bison. I've edited the automake files, renaming the target to 'drone' (a Swedish-English pun on bison). However, after regenerating the build system, configuring and doing make, I get a problem in the make file for the documentation. It tries to make a ta

Re: Building a project derived fro GNU Bison

2009-03-11 Thread Hans Aberg
On 11 Mar 2009, at 12:08, Tommy Nordgren wrote: I'm trying to derive my own project from bison, because I want to modify the input language in a backwards-incompatible way, and substitute the current output-generation code with more general one. I intend to write a programmable backend that c