Mail Archives: djgpp/1996/07/26/18:01:22
In article <4t3nq5$ih8 AT news DOT enterprise DOT net>, eurgain AT enterprise DOT net (Alistair Hamilton) says:
>
>"Troy D. Van Horn" <74617 DOT 365 AT CompuServe DOT COM> wrote:
>
>>Hi all,
>
>> I just last night discovered these files for a PASCAL compiler last night
>>on a simtelnet mirror, and I was wondering where I could get some documentation
>>on how to use either compiler? The source file is really large (>8Meg) so I
>>would really prefer not to download it. Where should I look for documentation
>>on GPC and the differences between GPC and GPT version? (I already know
>>PASCAL).
>
>>Thanks, Troy Van Horn 74617 DOT 365 AT compuserve DOT com
>
>>Please E-mail all replys direct to my address, Thank you.
>
>PROGRAM GetSomeHelp (Input, Output|)
>
>CONST PascalExists = TRUE;
>
>VAR CIsBetter : BOOLEAN;
>
>BEGIN
>
>WRITELN('I would really like this info too. OK, as an ex Unix/C/X nerd, I cannot
>dispute that C cannot be beaten (except , perhaps, by C++). However, age has
>revealed that Pascal really is useful sometimes! Typing B E G I N and E N D sure
>as hell is! (I have programmed for accountancy apps ZZZzzzz in Pascal - but
>better P than C in that case).');
>
>CIsBetter := TRUE;
>
>WRITELN ('I also have the GNUPascal binaries, and am held back from using them
>by lack of documentation. So come on, folks! At least you might tell us to
>b****r off and consult another really tesious group specially for Pascal bores,
>but if you do, it least you might tell us waht the group is called.');
>
>WRITELN ('Regards');
>WRITELN ('Alistair')
>
>END.
>
> :-) :-) :-)
>
>
>
(ROTFL)
The home site of GNU Pascal is ftp://kampi.hut.fi/jtv/gnu-pascal
(mirror : ftp://sunsite.doc.ic.ac.uk/packages/gnu/pascal/)
The source .ZIP is so big because the current version of GPC is based
on GCC 2.6.3 and that is included.
There are two binary distributions: gpc112b.zip (ISO/ISO Extended Pascal)
and gpt112b.zip (same, but with experimental support for Borland Pascal
language extensions)
GPC is currently in beta and so is the documentation ;) Look for a file
called "GPC.GUIDE"
The ISO Pascal standards are online at
ftp://ftp.digital.com/pub/DEC/Pascal/
/janjaap
- Raw text -