Resumen
Inglés a español:   más información...
  1. preprocessor:
  2. Wiktionary:


Inglés

Traducciones detalladas de preprocessor de inglés a español

preprocessor:

preprocessor [the ~] sustantivo

  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

Translation Matrix for preprocessor:

Not SpecifiedTraducciones relacionadasOther Translations
preprocesador preprocessor

Definiciones relacionadas de "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.