Skip to content

ht-deko/Pascal-P5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pascal-P5

P5 Pascal compiler for Delphi.

Pascal-P5 complies with the requirements of level 0 of ISO/IEC 7185.

image image image image

Original version is here:

Build

You can use Delphi Community Edition to compile.

Enhancement

External file

program Test(input, output, TMP='TEMP.TXT');
var
  TMP: text;
begin
  Writeln('Hello, world.');
  Rewrite(TMP);
  Writeln(TMP, 'Hello, world.');
end.

Command-line parameter

PCOM [+T | -T] [+L | -L] [+D | -D] [+C | -C] [Pascal file (*.pas)]
PINT [Intermediate file (*.p5)]

About

Pascal-P5 for Delphi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published