Description :
ucpp is a preprocessor for C source code, specifically code compliant to the ISO standard 9899:1999, also known as C99. A preprocessor is responsible for macro replacement, conditional compilation and inclusion of header files.
ucpp, built as a library, outputs tokens, one at a time, on demand, as an integrated lexer.
|