Übersicht
Englisch nach Deutsch:   mehr Daten
  1. preprocessor:
  2. Wiktionary:


Englisch

Detailübersetzungen für preprocessor (Englisch) ins Deutsch

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äprozessor 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. ein Programm, dass vor dem Aufruf des Übersetzers mit Spezialbefehlen Kode in der Hochsprache erzeugt

Cross Translation:
FromToVia
preprocessor Präprozessor préprocesseur — 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.