Re: Bison Version Compatibility

2007-08-02 Thread cwcaceres
hat version of Flex I should be using. I > want to produce C++ files, should I be using Bison++/Flex++ instead? > ___ > help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison > > -- View this message in context: http://www.na

Re: Bison Version Compatibility

2007-08-02 Thread Matt Cupp
I've never used Bison++/Flex++, so I'm no use there. The C files are completely compatible with C++ and I've found unless you need multiple concurrent instances or thread safe, they work just fine. I just have my output files name with a .cpp and .hpp extensions. Hope that helps... Matt On 8/1/

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
dra Systems, Inc. > > > > _______ > help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison > > -- View this message in context: http://www.nabble.com/Bison-Version-Compatibility-tf4199377.html#a11947197 Sent from the Gnu - Bison - Help mailing list archive at Nabble.com. ___ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-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