2.4.3 CLI - Version Number is 2.4.2

2011-02-10 Thread Matt Cupp
Hi, I downloaded the version 2.4.3 .gz file from the GNU server ( http://ftp.gnu.org/gnu/bison/) and built it using MinGW/MSYS on Windows 7. It appears to work correctly, but when I execute the bison.exe with the --version option, it reports as version 2.4.2. I checked the source and the .version

Re: Bison Version Compatibility

2007-08-02 Thread Matt Cupp
I should use those since I want to > produce C++ files. > > > On 8/1/07, Matt Cupp <[EMAIL PROTECTED]> wrote: > > I've used both 2.1 and 2.3 versions to create code I compile with > > Visual Studio .NET 2005 and gcc on Linux. I would assume that it > > should co

Fwd: Bison Version Compatibility

2007-08-01 Thread Matt Cupp
3 and Flex 2.5.4 to be installed. Matt Cupp On 8/1/07, Camille Caceres <[EMAIL PROTECTED]> wrote: > Hello, I hope someone can help me with some information. I am using > Microsoft Visual Studio .NET 2003. Is there a specific version of Bison that > is compatible with this? I thin

Fwd: Are Google summer of code 2006 ideas still available?

2007-03-20 Thread Matt Cupp
Whoops, forgot to send it to the list... -- Forwarded message -- From: Matt Cupp <[EMAIL PROTECTED]> Date: Mar 20, 2007 11:32 AM Subject: Re: Are Google summer of code 2006 ideas still available? To: Evan Lavelle <[EMAIL PROTECTED]> Yes, it was something along tho

Question/Feature Request - #include

2007-03-15 Thread Matt Cupp
Hi, I was wondering if there is currently a way to include other files in a Bison source file at run time? Like C/C++'s #include preprocessor directive. If not is this something I could add to feature requests? Thanks, Matt Cupp ___ help-