also: プリプロセッサー
noun
preprocessor
Computing term for a program that processes input data before it is passed to another program, such as a compiler preprocessor.
C言語のプリプロセッサは、コンパイルの前にマクロを展開する。
The C language preprocessor expands macros before compilation.