A minimal C preprocessor written in C using Flex (Lex) and GNU Bison.
Basic usage:
./build/pp path/to/input.cWith include directories and predefined macros:
./build/pp -DDEBUG -DVERSION=3 -I include -I third_party/include source.cIts easier to rewrite the preprocessor from scratch rather than using these...