C++ parser

R

Rossen Nedeltchev

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
 
D

David B. Held

Rossen Nedeltchev said:
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
 
S

stephan beal

Rossen said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,825
Members
47,371
Latest member
Brkaa

Latest Threads

Top