Re: Bison for Windows

2006-04-21 Thread Joel E. Denny
On Fri, 21 Apr 2006, gower cox wrote: > Can Bison be downloaded to Windows XP on a Pentium PC? If so, do you where > on the internet to get it? I like Cygwin when I want to do UNIX on XP: http://www.cygwin.com I have no further experience with Bison on XP, but Google turns up some hits.

Re: %destructor documentation not quite right...

2006-04-21 Thread Joel E. Denny
On Fri, 21 Apr 2006, Steve Murphy wrote: > I read the manual entry (for the first time) on the %destructor > directive, and thought, "Wow! Fantastic! Now I can get rid of the > 'syntax err == leaked memory' problem > > But I encountered some bumps in the road! I recommend you try out 2.1a, w

Bison for Windows

2006-04-21 Thread gower cox
Hello, Can Bison be downloaded to Windows XP on a Pentium PC? If so, do you where on the internet to get it? Thanks in advance. Gower Cox [EMAIL PROTECTED] References 1. mailto:[EMAIL PROTECTED] ___ help-bison@gnu.org http://lists.gn

Help to execute "A Complete C++ example"

2006-04-21 Thread Anuradha Somayaji
I am a newbie trying to use Bison 2.1 to help build a C++ ast tree structure. So before that, when i wanted to try Bison out, i checked the section 10.1 "A Complete C++ example" as given in the http://www.gnu.org/software/bison/manual/html_mono/bison.html, I get a lot of compilation errors (unknown

%destructor documentation not quite right...

2006-04-21 Thread Steve Murphy
Hello-- I read the manual entry (for the first time) on the %destructor directive, and thought, "Wow! Fantastic! Now I can get rid of the 'syntax err == leaked memory' problem But I encountered some bumps in the road! If no syntax errs occur, I already have mechanisms to free the structs t

Re: Cleaning up memory in bison ?

2006-04-21 Thread David Fang
Hi, (My first post to the list, at a very late hour, be kind!) I have a way of doing this that involves a series of reverse-engineering scripts, but I'll start by summarizing what I did at in high-level. Then we can get into details if need be. This technique for properly freeing