Related articles |
---|
Parsing C++ headers? 104316.1514@CompuServe.COM (John Mitchell) (1996-04-06) |
Re: Parsing C++ headers? johnm@mitchell.org (1996-04-08) |
Re: Parsing C++ headers? cag@Cs.Nott.AC.UK (Cleveland A Gibbon) (1996-04-11) |
SUMMARY: parsing C++ header files 104316.1514@CompuServe.COM (John Mitchell) (1996-04-11) |
Re: Parsing C++ headers? johnm@mitchell.org (1996-04-14) |
Re: Parsing C++ headers? mw@ipx2.rz.uni-mannheim.de (1996-04-16) |
Re: Parsing C++ headers? Graham.Parrington@ncl.ac.uk (Graham D Parrington) (1996-04-18) |
[1 later articles] |
From: | John Mitchell <104316.1514@CompuServe.COM> |
Newsgroups: | comp.compilers,comp.lang.c++ |
Date: | 6 Apr 1996 22:15:36 -0500 |
Organization: | Claremont Technologies |
Keywords: | C++, parse, question |
Hi,
I want to parse C++ header files, and extract information about the
contained classes and their interface. A yacc-able grammar for this
type of problem ( or superset of it, as for compilation) would be a
great help. I'm aware of a grammar for C++ 2.0 out there - is there a
later version supporting templates?
Alternatively, any suggestions on shareware/commercial parsers
(Windows/UNIX) that would be up to the job would be appreciated.
thanks a lot,
John Mitchell
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.