Difference between revisions of "Mode extendedpascal"

From Free Pascal wiki
Jump to navigationJump to search
m (Fixed template loop)
(rewrite a bit, remove defunct external link)
 
Line 1: Line 1:
 
{{LanguageBar}}
 
{{LanguageBar}}
  
The [[Compiler Mode|compiler mode]] <syntaxhighlight lang="pascal" enclose="none">{$mode extendedPascal}</syntaxhighlight> is a planned [[FPC|FreePascal compiler]] mode, that will support the Pascal language specification laid out in the International Organization for Standardization's standard ISO 10206, which is known as [[Extended Pascal]].
+
The [[FPC]]’s [[Compiler Mode|compiler compatibility mode]] '''<syntaxhighlight lang="pascal" inline style="whitespace: nowrap;">{$mode extendedPascal}</syntaxhighlight>''' intends to support all features of the International Organization for Standardization's standard 10206, [[Extended Pascal]]”.
 +
It builds on top of [[Mode ISO|<syntaxhighlight lang="pascal" inline style="whitespace: nowrap;">{$mode ISO}</syntaxhighlight>]].
  
== External references ==
+
== status ==
 +
This mode is available since FPC version 3.2.0.
 +
It was formerly known as <syntaxhighlight lang="pascal" inline style="whitespace: nowrap;">{$mode extPas}</syntaxhighlight>.
 +
Many identifiers in FPC’s [[Source code|source code]] still make use of this name though.
 +
You can track the development progress in the {{gitlab|issue|FPC|32549}}.
  
* [http://www.Pascal-central.com/standards.html Pascal standards]
+
[[Category: Modes]]
 
 
[[Category:Modes]]
 

Latest revision as of 22:40, 20 January 2022

English (en)

The FPC’s compiler compatibility mode {$mode extendedPascal} intends to support all features of the International Organization for Standardization's standard 10206, “Extended Pascal”. It builds on top of {$mode ISO}.

status

This mode is available since FPC version 3.2.0. It was formerly known as {$mode extPas}. Many identifiers in FPC’s source code still make use of this name though. You can track the development progress in the FPC issue 32549.