Preprocessor
It is a program invoked by various compilers to process code before compilation. For example, the C preprocessor, cpp, handles comment deletion, textual macro substitution, conditional compilation for if-then-else statements, dead code elimination, and inclusion of other files. |
It usually takes third-generation language code and translates it into specific assembly code. |
I think I’ve discovered the secret of life — you just hang around until you get used to it. ― Charles Schultz |