Difference between revisions of "FPC"

From Free Pascal wiki
Jump to navigationJump to search
(48 intermediate revisions by 22 users not shown)
Line 1: Line 1:
FPC stands for the Free Pascal Compiler, a compiler for the programming language [[Pascal]], licensed under [[GPL]].
+
{{fpc}}
  
FPC supports the following targets:
+
This is the main page of the '''Free Pascal Compiler''' ('''FPC''') itself.
* [[Target Windows]]
 
* [[Target Linux]]
 
* Several forms of BSD...
 
* [[Target MacOS]]
 
* ''plus more...''
 
  
FPC supports the following [[Language Mode]]s:
+
The current version of FPC is ([http://www.freepascal.org/ '''3.2.0''' June 19, 2020])
* [[Mode FPC]]
+
 
* [[Mode OBJFPC]]
+
* [[FPC New Features 3.2.0]]
* [[Mode Delphi]]
+
* [[User Changes 3.2.0|FPC User Changes 3.2.0]]
* [[Mode TP]]
+
 
* [[Mode GPC]]
+
==General Info==
* [[Mode MAC]]
+
 
 +
* [[Standard Pascal]]
 +
* [[Platform list|Supported Platforms]]
 +
 
 +
Supported [[Compiler Mode|Pascal language mode]]s:
 +
 
 +
* [[Mode FPC]] (default mode)
 +
* [[Mode ObjFPC]] (full featured mode)
 +
* [[Mode Delphi]] ([[Delphi]] compatibility)
 +
* [[Mode TP]] ([[Turbo Pascal]] compatibility)
 +
* [[Mode MacPas]] ([[Mac Pascal]] compatibility)
 +
* [[Mode iso]] ([[Standard Pascal]] - ISO 7185 compatiblity)
 +
 
 +
Planned language modes:
 +
 
 +
* [[Mode extendedpascal]] ([[Extended Pascal]] - ISO 10206 compatibility)
 +
 
 +
Obsolete language modes:
 +
 
 +
* [[Mode GPC]] ([[GNU Pascal]] compatibility)
 +
 
 +
==Using FPC==
 +
 
 +
* [[Writing portable code regarding the processor architecture]]
 +
* [[Writing efficient code]]
 +
* [[Cross compiling]]
 +
* [[Link on target]]
 +
* [[Using resourcestrings]]
 +
* [[CGI Web Programming]]
 +
* [[Releasing units without source code]]
 +
* [[Programming with Objects and Classes]]
 +
* [[Runtime Type Information (RTTI)]]
 +
 
 +
==Developing FPC==
 +
 
 +
* [[Compiler development articles]]
 +
* [[Language related articles]]
 +
* [[Compile With Delphi]]
 +
* [[FPC Unicode support]]
 +
 
 +
[[Category:Main]]
 +
[[Category:FPC]]

Revision as of 20:50, 20 August 2020