sourcecode and output the code into a new file without actually compiling it.
With preprocessing I mean to instantiate all macros and constants as well as executing
conditional clauses like CompilerIf. It should also merge all included files into a single one.
EDIT: It should probably also strip all comments from the source code...
Why? Because that would make it easier to process the code further with own tools
