Re: adding variable to yyparse function scope

2007-07-13 Thread Hans Aberg
On 13 Jul 2007, at 16:55, Bob Rossi wrote: Can I add a variable to the yyparse function scope from within my parser some how? I want to ensure that the parser is reentrant. I only currently see how to add variables to the top of the file with the prologue rule: http://www.gnu.org/software/bi

Re: Is Bison 2.3 compatible with windows?

2007-07-13 Thread Hans Aberg
On 13 Jul 2007, at 11:52, [EMAIL PROTECTED] wrote: What are the rquirements for using bison 2.3. Is It compatible with Windows 2003. Netsearching for "Windows Bison" gave http://gnuwin32.sourceforge.net/packages/bison.htm Otherwise, GNU is just POSIX, and all else extras. Hans Aberg

adding variable to yyparse function scope

2007-07-13 Thread Bob Rossi
Hi, Can I add a variable to the yyparse function scope from within my parser some how? I want to ensure that the parser is reentrant. I only currently see how to add variables to the top of the file with the prologue rule: http://www.gnu.org/software/bison/manual/html_mono/bison.html#Prologue a

Is Bison 2.3 compatible with windows?

2007-07-13 Thread asmita . gaikwad
sir What are the rquirements for using bison 2.3. Is It compatible with Windows 2003. Thanks ___ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison