Dictionary.com
Thesaurus.com

preprocessor

American  
[pree-pros-es-er, -uh-ser, -proh-ses-er, -suh-ser] / ˈpriˌprɒs ɛs ər, -ə sər, -ˌproʊ sɛs ər, -sə sər /

noun

Computers.
  1. a program that performs some type of processing, as organization of data or preliminary computation, in advance of another program that will perform most of the processing.


Etymology

Origin of preprocessor

First recorded in 1965–70; pre- + processor

Example Sentences

Examples are provided to illustrate real-world usage of words in context. Any opinions expressed do not reflect the views of Dictionary.com.

Developers can’t just run existing application code through a preprocessor that magically extracts all the optimizable pieces, generates the OpenCL, links the module back into the main code tree and executes the relevant pieces on an FPGA.

From Forbes

Writing programs is beyond the scope of this book, but here are some of the more popular development programs in Debian:    gcc            The GNU C Compiler, a modern optimizing C compiler.    g++            The C++ compiler from the gcc line.    cpp            The C preprocessor from gcc.    perl            The Perl interpreter.

From Project Gutenberg