Bison, yacc or alike in C++

"Coetmeur, Alain" <alain.coetmeur@icdc.caissedesdepots.fr>
15 Jan 2000 14:15:19 -0500

          From comp.compilers

Related articles
Bison, yacc or alike in C++ alain.coetmeur@icdc.caissedesdepots.fr (Coetmeur, Alain) (2000-01-15)
Re: Bison, yacc or alike in C++ apiron@ulb.ac.be (Piron Anthony) (2000-01-19)
| List of all articles for this month |

From: "Coetmeur, Alain" <alain.coetmeur@icdc.caissedesdepots.fr>
Newsgroups: comp.compilers
Date: 15 Jan 2000 14:15:19 -0500
Organization: Compilers Central
Keywords: yacc, C++
Posted-Date: Wed, 12 Jan 2000 11:15:32 +0100 (MET)

Does anybody know a Bison variant that support C++ and produce
reentrant parser class.


In the old time (before the web !) I've hacked bison to build
bison++-1.21-7 which was based on a few code generator change and a
pair of skeletons full of macro.... for thos who ask wether this
product have evolved, and is support, I'll say that it have not
evolved since 93 (woof... gettig old!) and that a cannot support it
properly at work...


since flex2.4 flex support C++ very nicely (much simpler than I did
with flex++-2.3.7-8) and this is the best solution


however what is the best bison version that support C++ and generate
class, like flex2.5 does ?


I've heard about andrew bison-A1 in the old time, but which is the
most widespread today ?


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.