BISON_SIMPLE var in 1.875 and 2.0

2005-09-14 Thread hz kto
Hi, all, Sorry is this mail is duplicate, I had some quirks in my mailbox. is that variable still being used in Bison? I wanted to use Flex with -+ parameter so I could use yyFlexLexer class, and I had bison_simple.cpp that would define YYLEX and otehr macros to use this class. (bison 1.25) Now

bison 2.0 for windows

2005-06-07 Thread hz kto
I wanted to get bison 2.0 to make use of %destructor ferature, but there doesn't seem to be support for windows compilation from the looks of the scripts and readme files. Or am I missing something? In readme it says that DOS buils is probably broken right now. Is anybody compiling for windows?

bison 2.0 for windows

2005-06-07 Thread hz kto
I wanted to get bison 2.0 to make use of %destructor ferature, but there doesn't seem to be support for windows compilation from the looks of the scripts and readme files. Or am I missing something? In readme it says that DOS buils is probably broken right now. Is anybody compiling for windows?

Re[2]: memory leaks

2005-06-07 Thread hz kto
ch is slightly modified too, and I have no knowledge whether it is going to impact those parts. It is an option, of course, that I will investigate. thanks, Alex -Original Message- From: Laurence Finston <[EMAIL PROTECTED]> To: hz kto <[EMAIL PROTECTED]> Date: Tue, 7 Jun 2005 13:

Re: memory leaks

2005-06-06 Thread hz kto
rate destructor functionality from 2.0 into 1.25? What kind of changes would that require? Any other ways people are taking care of deleting parse tree nodes after error? thanks in advance -Original Message----- From: hz kto <[EMAIL PROTECTED]> To: help-bison@gnu.org Date: Tue, 07 Jun 2005 0

memory leaks

2005-06-06 Thread hz kto
Hi, all, in my parser, when a syntax error happens, all allocated parse tree nodes are left dangling, and not freed. Does anybody try and clean up allocated memory after parser error? Even though it is not critical, since program terminates anyway, I'd like to have no leaks in any case, so tha

viewing parse tree

2005-04-13 Thread hz kto
Hi, all I was wondering are there any tools out there that allow to view bison parse tree in graphics some sort of pseudo graphics, or any other way to help understand which branches of the parse tree depend on a particular grammar element. For example I want to find out all branches that mig