I am looking for a separate C ++ preprocessor. I will use it with another language, so it makes no sense to run a full-fledged compiler, but this is a very limited script language, so #define and #if and other directives will help me a lot.
For example, I would write a file like this:
do some stuff
show a message box or whatever
do some more stuff
source
share