Difference between revisions of "FPC"

From Lazarus wiki
Jump to navigationJump to search
m (Updated date, version numbers and links for 3.2.2)
 
(49 intermediate revisions by 23 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.2''' May 21, 2021].
* [[Mode FPC]]
+
 
* [[Mode OBJFPC]]
+
* [[FPC New Features 3.2.2]]
* [[Mode Delphi]]
+
* [[User Changes 3.2.2|FPC User Changes 3.2.2]]
* [[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]]

Latest revision as of 23:52, 10 June 2021