Alternative C/C++ preprocessor http://mcpp.sourceforge.net/
Go to file
2024-01-06 07:01:45 +01:00
mcpp-manual.html.patch rebuilt devel [release 2.7.2-2mamba;Mon Jan 17 2011] 2024-01-06 07:01:45 +01:00
mcpp.spec rebuilt devel [release 2.7.2-2mamba;Mon Jan 17 2011] 2024-01-06 07:01:45 +01:00
patch.mcpp.2.7.2.txt rebuilt devel [release 2.7.2-2mamba;Mon Jan 17 2011] 2024-01-06 07:01:45 +01:00
README.md rebuilt devel [release 2.7.2-2mamba;Mon Jan 17 2011] 2024-01-06 07:01:45 +01:00

mcpp

C/C++ preprocessor defines and expands macros and processes '#if', '#include' and some other directives.

MCPP is an alternative C/C++ preprocessor with the highest conformance. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging a source program which uses complicated macros and also useful for checking portability of a source.

Though mcpp could be built as a replacement of GCC's resident proprocessor or as a stand-alone program without using library build of mcpp, this package installs only a program named 'mcpp' which links shared library of mcpp and behaves independent from GCC.