I have been using the same version of bison++ (1.21-8) and flex++ (2.3.8-7) since 2002.
I'm not looking for an alternative to LALR(1) or GLR at this time, just looking for the most current options. Is anyone aware of any later ports of these than the original that aren't Cygwin dependent?
What are other folks using in Windows environments for C++ compiler development (besides ANTLR or Boost.spirit)? Commercial options are ok, if you have firsthand experience. I do need to compile on Linux as well.
EDIT: Since my original question said "besides ANTLR" and I am still getting arguments for ANTLR, please educate me on moving to ANTLR with C++. I'm here to learn, not to be stubborn or argumentative. I'm open to ANTLR, but just have been using Yacc/Bison for 18 years and may be a bit set. Thanks guys.
EDIT: At the risk of changing the whole thread of my question, I looked at ANTLR's site, and the front page still does not mention C++, but http://www.antlr.org/why.html does mention C++, so I've been unaware of C++ as a target. Curious why C++ isn't listed up front.