Related articles |
---|
C++ recursive descent parser stephan@cen.dorea.co.za (stephan) (2001-10-20) |
Re: C++ recursive descent parser loewis@informatik.hu-berlin.de (Martin von Loewis) (2001-10-21) |
Re: C++ recursive descent parser vween_99@hotmail.com (blank) (2001-10-21) |
Re: C++ recursive descent parser ck@kuckuk.com (Carsten Kuckuk) (2001-10-23) |
From: | Martin von Loewis <loewis@informatik.hu-berlin.de> |
Newsgroups: | comp.compilers |
Date: | 21 Oct 2001 21:26:58 -0400 |
Organization: | Humboldt University Berlin, Department of Computer Science |
References: | 01-10-087 |
Keywords: | C++, parse |
Posted-Date: | 21 Oct 2001 21:26:58 EDT |
"stephan" <stephan@cen.dorea.co.za> writes:
> I have been looking quite a bit and I just wondered is not there a
> scanner and parser that parses C++ using recursive descent.
>
> I know about lcc that parses C but not C++.
The cp-parser-branch of the current GCC CVS uses such a parser.
Regards,
Martin
Return to the
comp.compilers page.
Search the
comp.compilers archives again.