Übersicht
Englisch nach Französisch:   mehr Daten
  1. preprocessor:
  2. Wiktionary:


Englisch

Detailübersetzungen für preprocessor (Englisch) ins Französisch

preprocessor:

preprocessor [the ~] Nomen

  1. the preprocessor
    – A text processor that manipulates the text of a source file as part of the first phase of translation. The preprocessor does not parse the source text, but it does break it up into tokens for the purpose of locating macro calls. Although the compiler ordinarily invokes the preprocessor in its first pass, the preprocessor can also be invoked separately to process text without compiling. 1

Übersetzung Matrix für preprocessor:

Not SpecifiedVerwandte ÜbersetzungenWeitere Übersetzungen
préprocesseur preprocessor

Verwandte Definitionen für "preprocessor":

  1. A text processor that manipulates the text of a source file as part of the first phase of translation. The preprocessor does not parse the source text, but it does break it up into tokens for the purpose of locating macro calls. Although the compiler ordinarily invokes the preprocessor in its first pass, the preprocessor can also be invoked separately to process text without compiling.1

Wiktionary Übersetzungen für preprocessor:

preprocessor
noun
  1. informatique|fr Programme qui procède à des transformations sur un code source, avant l'étape de compilation (on parle alors de pré-compilateur) ou d'interprétation proprement dite.