Re: Bison Version Compatibility

2007-08-01 Thread Alfonso Urdaneta
cwcaceres wrote: Is Bison/Flex better than Bison++/Flex++ then? I have no idea, I just used them because I'm accustomed to them, and they work fine for me. I also integrate them with a C++ application with no problems, so C++ integration is your motivation for wanting to use the the "++" ve

Re: Bison Version Compatibility

2007-08-01 Thread cwcaceres
Is Bison/Flex better than Bison++/Flex++ then? Alfonso Urdaneta-2 wrote: > > Camille Caceres 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 think Bison

Re: Bison Version Compatibility

2007-08-01 Thread Alfonso Urdaneta
Camille Caceres 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 think Bison 2.1 is the latest version but I'm not sure. I would also like to know what version of Flex

Fwd: Bison Version Compatibility

2007-08-01 Thread Matt Cupp
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 compile fine on 2003 as well. The GNU for Windows project hasn't updated their Bison to 2.3, but if you download Cygwin you can select Bison 2.3 and Flex 2.5.4

Bison Version Compatibility

2007-08-01 Thread Camille Caceres
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 think Bison 2.1 is the latest version but I'm not sure. I would also like to know what version of Flex I should be using. I wan