| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Rossen Nedeltchev" |
| Date: |
19 Oct 2003 05:00:49 PM |
| Object: |
C++ parser |
I am looking for a good free C++ parser, i.e. a parser that parses C++, not
a general parser written in C++. Any suggestions?
Rossen
.
|
|
| User: "David B. Held" |
|
| Title: Re: C++ parser |
19 Oct 2003 07:24:42 PM |
|
|
"Rossen Nedeltchev" <DontSpam@DontSpam.com> wrote in message
news:bmv176$11hb$1@msunews.cl.msu.edu...
I am looking for a good free C++ parser, i.e. a parser that
parses C++, not a general parser written in C++. Any
suggestions?
Well, there's always gcc.
Dave
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.521 / Virus Database: 319 - Release Date: 9/23/2003
.
|
|
|
|
| User: "stephan beal" |
|
| Title: Re: C++ parser |
20 Oct 2003 03:27:04 AM |
|
|
Rossen Nedeltchev wrote:
I am looking for a good free C++ parser, i.e. a parser that parses C++,
not a general parser written in C++. Any suggestions?
The spirit classes in the boost library have a sample C++ parser which is
supposedly fairly complete.
http://www.boost.org/libs/spirit/index.html
AFAIK the sample isn't in the docs, but in the source tree.
--
----- stephan beal
Registered Linux User #71917 http://counter.li.org
I speak for myself, not my employer. Contents may
be hot. Slippery when wet. Reading disclaimers makes
you go blind. Writing them is worse. You have been Warned.
.
|
|
|
|

|
Related Articles |
|
|