P5 Pascal compiler for Delphi.
Pascal-P5 complies with the requirements of level 0 of ISO/IEC 7185.
Original version is here:
You can use Delphi Community Edition to compile.
program Test(input, output, TMP='TEMP.TXT');
var
TMP: text;
begin
Writeln('Hello, world.');
Rewrite(TMP);
Writeln(TMP, 'Hello, world.');
end.
PCOM [+T | -T] [+L | -L] [+D | -D] [+C | -C] [Pascal file (*.pas)]
PINT [Intermediate file (*.p5)]