Difference between revisions of "Compiler/de"

From Lazarus wiki
Jump to navigationJump to search
m (Talk:Compiler/de moved to Compiler/de: it's an article and not a discussion)
m
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Complier}}
+
{{Compiler}}
The '''compiler''' (in this case, the FPC Pascal Compiler) is the executable program that translates Pascal [[Source code|source code]] into [[Assembly language|assembly language]] to then be processed by the [[Assembler|assembler]] into the [[Application|application]] that the source code specifies.
 
  
Note that some [[Pascal]] compilers - and most other compilers - directly generate the [[Executable program|executable program]] or produce an [[Object module|object module]] that can be passed to a program linker.  In the case of the FPC Pascal Compiler, that job is performed by the assembler program.
+
Der '''Compiler''' (in diesem Fall der FPC Pascal Compiler) ist das ausführbare Programm, das Pascal [[Source code/de|Quellcode]] in [[Assembly language/de|Assemblersprache]] übersetzt, die dann durch den [[assembler compiler/de|Assembler]] zur [[Application/de|Anwendung]] verarbeitet wird, die im Quellcode spezifiziert ist.
  
Some Pascal compilers are standalone [[Executable program|executable program]]s which are passed a command line and a set of files.  Other Pascal compilers provide an [[IDE|Integrated Development Environment]] or ''IDE'', which allows for editing and compilation to be done in a seamless fashion.
+
Beachten Sie, dass einige [[Pascal/de|Pascal]]-Compiler - und die meisten anderen Compiler auch - das [[Executable program/de|ausführbare Programm]] direkt erstellen oder ein [[Object module|Objekt Modul]] erstellen, das von einem Linker verarbeitet werden kann.
 +
Im Fall des FreePascal Compilers wird diese Arbeit von einem Assembler übernommen.
  
Examples of Pascal compilers include:
+
Einige Pascal Compiler sind standalone [[Executable program/de|ausführbare Programme]], die von der Kommandozeile ausgeführt werden. Andere Pascal Compiler sind Teil einer [[IDE/de|integrierten Entwicklungsumgebung]] oder ''IDE'', mit der die Programme viel komfortabler geschrieben und kompiliert werden können.
* [[AAEC Pascal|Australian Atomic Energy Commission]] Pascal Compiler for the IBM 370 Mainframe
 
* [[Borland Pascal]] and [[Turbo Pascal]] which were developed by Borland International for MS-Dos and for Windows 3.1 or as [[16-bit]] applications for Windows 95.
 
* [[Delphi]] from Borland International which produces [[32-bit]] applications for Windows 95/98/NT/Me/2000/XP.
 
* [[Kylix]] from Borland International  which produces [[32-bit]] applications for [[Linux]].
 
* [[UCSD Pascal]] for the PDP-11 and Apple II computers, and later for the IBM-PC under MS-Dos running on its own operating system.
 
  
{{Compilers}}
+
Beispiele von Pascal Compilern:
 +
* [[AAEC Pascal|Australian Atomic Energy Commission]] Pascal Compiler für den IBM 370 Mainframe
 +
* [[Borland Pascal/de|Borland Pascal]] und [[Turbo Pascal/de|Turbo Pascal]] die von Borland International für MS-Dos und Windows 3.1 oder [[16 Bit Application Architecture/de|16-bit]] Anwendungen für Windows 95 entwickelt wurden.
 +
* [[Delphi/de|Delphi]] von Embarcadero / vormals: Codegear / vormals: Borland International, der [[32 Bit Application Architecture/de|32-bit]] Anwendungen für Windows 95/98/NT/Me/2000/XP/Vista erzeugt.
 +
* [[Kylix]] von Borland International, der [[32 Bit Application Architecture/de|32-bit]] Anwendungen für [[Linux]] erzeugt.
 +
* [[UCSD Pascal]] für die PDP-11 und Apple II Computer, und später für IBM-PCs unter MS-DOS auf seinem eigenen Betriebssystem laufend.
 +
 
 +
{{Compilers de}}
 +
 
 +
[[Category:Glossary/de]]

Latest revision as of 06:55, 29 June 2013

Deutsch (de) English (en) español (es) suomi (fi) français (fr) Bahasa Indonesia (id) português (pt)

Der Compiler (in diesem Fall der FPC Pascal Compiler) ist das ausführbare Programm, das Pascal Quellcode in Assemblersprache übersetzt, die dann durch den Assembler zur Anwendung verarbeitet wird, die im Quellcode spezifiziert ist.

Beachten Sie, dass einige Pascal-Compiler - und die meisten anderen Compiler auch - das ausführbare Programm direkt erstellen oder ein Objekt Modul erstellen, das von einem Linker verarbeitet werden kann. Im Fall des FreePascal Compilers wird diese Arbeit von einem Assembler übernommen.

Einige Pascal Compiler sind standalone ausführbare Programme, die von der Kommandozeile ausgeführt werden. Andere Pascal Compiler sind Teil einer integrierten Entwicklungsumgebung oder IDE, mit der die Programme viel komfortabler geschrieben und kompiliert werden können.

Beispiele von Pascal Compilern:

  • Australian Atomic Energy Commission Pascal Compiler für den IBM 370 Mainframe
  • Borland Pascal und Turbo Pascal die von Borland International für MS-Dos und Windows 3.1 oder 16-bit Anwendungen für Windows 95 entwickelt wurden.
  • Delphi von Embarcadero / vormals: Codegear / vormals: Borland International, der 32-bit Anwendungen für Windows 95/98/NT/Me/2000/XP/Vista erzeugt.
  • Kylix von Borland International, der 32-bit Anwendungen für Linux erzeugt.
  • UCSD Pascal für die PDP-11 und Apple II Computer, und später für IBM-PCs unter MS-DOS auf seinem eigenen Betriebssystem laufend.

Verschiedene Pascal Compiler:

AAEC Pascal - Alice Pascal - Borland Pascal - Delphi - FPC - GNU Pascal - Kylix - NBS Pascal - OMSI Pascal - P32 - Swedish Pascal - THINK Pascal - Turbo Pascal - UCSD Pascal - VAX Pascal