Related articles |
---|
C++ parser front end kullbach@uni-koblenz.de (Bernt Kullbach) (1999-10-13) |
Re: C++ parser front end rvs@sparc.spb.su (1999-10-14) |
Re: C++ parser front end bowdidge@apple.com (Robert Bowdidge) (1999-10-14) |
Re: C++ parser front end wfahle@airmail.net (Bill Fahle) (1999-10-14) |
Re: C++ parser front end dstarner98@aasaa.ofe.org (1999-10-14) |
Re: C++ parser front end grosch@cocolab.de (1999-10-16) |
From: | grosch@cocolab.de (Josef Grosch) |
Newsgroups: | comp.compilers |
Date: | 16 Oct 1999 02:03:55 -0400 |
Organization: | CoCoLab, Karlsruhe, Germany |
References: | 99-10-064 |
Keywords: | C++, parse |
Bernt Kullbach <kullbach@uni-koblenz.de> wrote:
> I now have been looking for C++ parser front ends for some time.
Our company has developed a C++ parser using the Cocktail Toolbox.
It builds a syntax tree and performs name analysis.
Overloading resolution is not implemented yet.
It parses the following standard and dialects:
ISO/IEC 14882 Programming Language C++
Borland C++
GNU C++
Microsoft Visual C++
It supports the complete language including templates and exceptions
as well as the extensions mentioned above.
For more information please contact
Dr. Josef Grosch
CoCoLab - Datenverarbeitung
Turenneweg 11
77880 Sasbach
Germany
Phone: +49-7841-669144
Fax : +49-7841-669145
Mail : grosch@cocolab.de
Web : www.cocolab.de
Return to the
comp.compilers page.
Search the
comp.compilers archives again.