public
Description: C++ preprocessor
Homepage:
Clone URL: git://github.com/icefox/rpp.git
Benjamin C Meyer (author)
Thu Jan 22 14:03:17 -0800 2009
rpp /
name age message
file README Loading commit data...
directory example/
file rpp.pro
directory src/
README
Roberto Raggi's C++ parser

Obtained from the qtjambi-gpl-src-4.3.0_01.tar.gz package

To Build:
qmake -recursive
make

look in the examples directory for a simple example

./example foo.cpp (just outputs any found classes and its functions)
./example -E foo.cpp (outputs the preprocessed file)