1. code reference, Vikas Patel congrats
Hi guys,
Just thought of another question (bare seconds after my last post).
Does anyone know where I might find a list of Pascal keywords, statements,
etc; sort of a general language summary?
Before anyone hollers about 'off topic' posts, allow me to explain: I
am working on a general purpose file viewer, and one of the things I want it
to do is properly color code the source of various languages. I don't
actually program in Pascal at all, but I frequently look through code samples.
I already have modules done for color coding Euphoria (a blatant
rip-off of Robert Craig's syncolor.e <g>), C, and Basic, but I didn't have a
good reference handy for Pascal, and so far I haven't found anything good on
the net.
Any suggestions?
Craig
2. Re: code reference, Vikas Patel congrats
- Posted by Jacques Deschenes <desja at GLOBETROTTER.QC.CA>
Aug 12, 1997
-
Last edited Aug 13, 1997
At 17:10 12-08-97 -0400, you wrote:
> Just thought of another question (bare seconds after my last post).
>Does anyone know where I might find a list of Pascal keywords, statements,
>etc; sort of a general language summary?
> Before anyone hollers about 'off topic' posts, allow me to explain: I
>am working on a general purpose file viewer, and one of the things I want it
>to do is properly color code the source of various languages. I don't
>actually program in Pascal at all, but I frequently look through code samples.
> I already have modules done for color coding Euphoria (a blatant
>rip-off of Robert Craig's syncolor.e <g>), C, and Basic, but I didn't have a
>good reference handy for Pascal, and so far I haven't found anything good on
>the net.
> Any suggestions?
>
>Craig
>
Here is the list of turbo pascal V6.0 reserved words. extracted from the
programmer's guide.
and end nil shr
asm file not string
array for object then
begin function of to
case goto or type
const if packed unit
constructor implementation procedure until
destructor in program uses
div inline record var
do interface repeat while
downto label set with
else mod shl xor
list of standard directives
absolute external forward near
assembler far interrupt private
virtual
Jacques Deschenes
Baie-Comeau, Quebec
Canada
desja at globetrotter.qc.ca
3. Re: code reference, Vikas Patel congrats
Jacques Deschenes wrote:
>Here is the list of turbo pascal V6.0 reserved words. extracted from the
>programmer's guide.
> <LIST SKIPPED>
Thanks!
Craig
4. Re: code reference, Vikas Patel congrats
> Just thought of another question (bare seconds after my last post).
> Does anyone know where I might find a list of Pascal keywords, statements,
> etc; sort of a general language summary?
Some Pascal links:
Pacal Central:
http://www.cit.ac.nz/smac/pascal/default.htm
Pascal Implementation:
http://www.cwi.nl/~steven/pascal.htm
Turbo Pascal 7.0:
http://garfield.ir.ucf.edu/manual/lan/tp.html
Turbo Pascal Programmers Page:
http://www.cs.vu.nl/~jprins/tp.html
FPK-Pascal:
You'll probably find what you need in one of these pages... You can
also look for the Coronado's Pascal Tutorial (I think I saw it at
download.com or filez.com).
Regards,
Daniel Berstein
danielberstein at usa.net
http://www.geocities.com/SiliconValley/Heights/9316