C++ Bison/Yacc Grammar Needed

Wendell Beckwith <wbeckwit@harris.com>
29 Oct 1997 23:03:36 -0500

          From comp.compilers

Related articles
C++ Bison/Yacc Grammar Needed wbeckwit@harris.com (Wendell Beckwith) (1997-10-29)
| List of all articles for this month |

From: Wendell Beckwith <wbeckwit@harris.com>
Newsgroups: comp.compilers
Date: 29 Oct 1997 23:03:36 -0500
Organization: Harris Electronic System Sector
Keywords: C++, parse, question

Is there a bison or yacc grammar available for the latest draft standard
for C++. I need to design a tool to pull info out of some header files
and I don't trust myself to beable to design an appropriate grammer.


TIA!
--
Wendell Beckwith
Senior Software Egghead
Network Products and Services
Harris Corporation
Melbourne, FL 32919
Email: wbeckwit@harris.com
Phone: (407) 724-3316
[I haven't seen anything newer than Roskind's. (He lives in Melbourne,
call him up and see if he has anything newer.) C++ is nearly impossible to
parse with an unmodified yacc or bison because it's so ambiguous; I'd be
surprised to see a usable C++ grammar. -John]






--


Post a followup to this message

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