Re: Extending Functions from Manual Example

2008-09-10 Thread Hans Aberg
On 10 Sep 2008, at 05:39, Jason Melbye wrote: I have been reading through the Bison manual the past couple days. I really liked the three examples, especially the last - the multifunction calculator. Since reading that I have been wondering if there was a general way to describe a function

Re: Extending Functions from Manual Example

2008-09-10 Thread Jason Melbye
On Wed, Sep 10, 2008 at 3:59 AM, Hans Aberg <[EMAIL PROTECTED]> wrote: > On 10 Sep 2008, at 05:39, Jason Melbye wrote: > >> I have been reading through the Bison manual the past couple days. I >> really >> liked the three examples, especially the last - the multifunction >> calculator. Since rea

error /usr/local/share/bison/m4sugar/m4sugar.m4': No such file or directory

2008-09-10 Thread Meir Yanovich
Hello all i install bison locally on my account on sun sparc 9 and compile it successfully but when i run the command : (example) bison -y -d -v `test -f 'soapcpp2_yacc.y' || echo './'`soapcpp2_yacc.y im getting the error: bison: cannot open file `/usr/local/share/bison/m4sugar/m4sugar.m4': No s

Re: error /usr/local/share/bison/m4sugar/m4sugar.m4': No such file or directory

2008-09-10 Thread Akim Demaille
Le 10 sept. 08 à 15:59, Meir Yanovich a écrit : Hello all i install bison locally on my account on sun sparc 9 and compile it successfully but when i run the command : (example) bison -y -d -v `test -f 'soapcpp2_yacc.y' || echo './'`soapcpp2_yacc.y im getting the error: bison: cannot open

Re: Extending Functions from Manual Example

2008-09-10 Thread Jason Melbye
On Wed, Sep 10, 2008 at 3:59 AM, Hans Aberg <[EMAIL PROTECTED]> wrote: > On 10 Sep 2008, at 05:39, Jason Melbye wrote: > >> I have been reading through the Bison manual the past couple days. I >> really >> liked the three examples, especially the last - the multifunction >> calculator. Since rea