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 Fri Oct 05 17:13:50 -0700 2007 Add rpp files [icefox]
directory example/ Fri Oct 05 17:13:50 -0700 2007 Add rpp files [icefox]
file rpp.pro Fri Oct 05 17:13:50 -0700 2007 Add rpp files [icefox]
directory src/ Thu Jan 22 14:03:17 -0800 2009 gcc 4.x compile fix [Benjamin C Meyer]
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)