They called the intermediate representation p-code, which sought independence of the underlying hardware to simplify the development of the Pascal compiler (instead of relying on an abstract pseudo-machine architecture).
Llamaron a la representación intermedia p-code, el cual buscó la independencia del hardware subyacente para simplificar el desarrollo del compilador Pascal (en lugar de depender de una arquitectura abstracta de pseudo-máquina).
Dr. Wirth avoided this by having his Pascal compiler compile to an intermediate, platform-independent object code stage.
El Dr. Wirth evitó esto haciendo que su compilador Pascal recopilara una etapa de código de objeto intermedia, independiente de la plataforma.
Note: By using different symbols for an assignment and an equality test, the Pascal compiler (like the C compiler) can translate source code faster, because it doesn't need to examine the context in which the operator is used to determine its meaning.
Nota: Al usar distintos símbolos para asignación y para prueba de igualdad, el compilador de Pascal (como el de C) puede traducir código fuente más rápidamente, porque no necesita examinar el contexto en que el operador se utiliza, para determinar su significado.
Can you imagine a free professional Pascal compiler?
The GNU Pascal Compiler will eventually optimize it to the following more efficient test, hence you can use the previous, shorter one with no regret
El Compilador Pascal de GNU eventualmente lo optimizará eventualmente a la siguiente prueba más eficiente, así que puede usar la anterior, más corta sin perjuicio
An example (as of this writing, might change in the future) is p/rts/constants.h in the GNU Pascal Compiler sources.
Un ejemplo (en este escrito, quizás cambien en el futuro) es p/rts/constants.h en los fuentes del Compilador Pascal GNU.
You can give the - automake to the GNU Pascal Compiler so that it takes care of dependencies for you.
Puede darle - automake al Compilador Pascal de GNU así que él se hace cargo de las dependencias por usted.
It works well, except that it always prints FSF which is not correct for all programs compiled with the GNU Pascal Compiler, but the output can easily be changed (for example, automatically using sed).
Funciona bien, excepto que siempre escribe FSF que no es correcto para todos los programas compilados con el Compilador Pascal de GNU, pero la salida puede cambiarse fácilmente (por ejemplo, automáticamente usando sed).
Hopefully someday the GNU Pascal Compiler will do this automatically on the linker level.
Afortunadamente algún día el Compilador Pascal de GNU hará esto automáticamente a nivel del enlazador.
It is a file you can find in the GNU Pascal Compiler source package.
Extra flags to give to the Pascal compiler.
PFLAGS banderas adicionales para dar al compilador de Pascal.
Turbo Pascal was the dominant Pascal compiler for PCs during the 80s and early 90s, popular both because of its powerful extensions and extremely short compilation times.
Turbo Pascal fue el compilador Pascal dominante para PC durante los años 1980 y hasta principios de los años 1990, muy popular debido a sus magníficas extensiones y tiempos de compilación sumamente cortos.
Although ISO Pascal explicitly allows for mixed comments, the GNU Pascal Compiler doesn't even accept it unless you turn it on the option with the appropriate compiler directive {$mixed-comments} - but you don't want to do it.
Aunque Pascal ISO explícitamente permite comentarios mezclados, el Compilador de Pascal de GNU no los acepta a no ser que active la opción con la directiva de compilador apropiada {$mixed-comments} - pero debe queré hacerlo.