Overzicht
Engels naar Spaans:   Meer gegevens...
  1. preprocessor:
  2. Wiktionary:


Engels

Uitgebreide vertaling voor preprocessor (Engels) in het Spaans

preprocessor:

preprocessor [the ~] zelfstandig naamwoord

  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

Vertaal Matrix voor preprocessor:

Not SpecifiedVerwante vertalingenAndere vertalingen
preprocesador preprocessor

Verwante definities voor "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: preprocessor


Cross Translation:
FromToVia
preprocessor preprocesador 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.