language: Pascal
-
Language:
|
Pascal
|
|---|
-
Package:
|
? iso_pascal ?
|
|---|
-
Version:
|
?
|
|---|
-
Parts:
|
scanner(lex), parser(yacc)
|
|---|
-
Author:
|
?
|
|---|
-
Location:
|
comp.sources.unix archive volume 13
|
|---|
-
Description:
|
?
|
|---|
-
Updated:
|
?
|
|---|
-
Language:
|
Pascal
|
|---|
-
Package:
|
Free Pascal Compiler
|
|---|
-
Version:
|
0.99.14 (stable), 0.99.15 (development)
|
|---|
-
Parts:
|
compiler, run time library, tools, documentation
|
|---|
-
Author:
|
Florian Klaempfl (Florian.Klaempfl@gmx.de) and the
FPC development team (fpc-devel@lists.freepascal.org)
|
|---|
-
Location:
|
http://www.freepascal.org
|
|---|
-
Description:
|
Free Pascal (aka FPK Pascal) is a 32 bit Pascal
command line compiler. It is completely written in
Pascal and compiles itself. Documentation is available
in TeX, HTML, PDF, RTF and plain text. A text mode IDE
is under development, a Delphi-like RAD environment too
(see <http://www.lazarus.freepascal.org> and <http://www.kcl.freepascal.org>).
|
|---|
-
Conformance:
|
99% Turbo Pascal compatible and supports most Delphi
extensions as well. Extra functionality:
* procedure/function/operator overloading
* functions can return complex types
* macro's
* smart linking support
|
|---|
-
Restriction:
|
may be freely distributed unter the terms of the
GNU General Public License or in case of the library
under the terms of the GNU Library General Public cense.
|
|---|
-
Portability:
|
run time library: very high
compiler: high, code generator is being rewritten to be more portable
|
|---|
-
Ports:
|
80x86: Dos (go32v2), Linux, OS/2 (emx), Win32 (BSD in progress)
680x0: Amiga, Atari ST
|
|---|
-
Announcements:
|
New releases will be announced in comp.lang.pascal.misc,
on the news page of the website and in the mailing lists
|
|---|
-
Updated:
|
Latest official release: 2000/01/27
|
|---|
-
Language:
|
Pascal
|
|---|
-
Package:
|
p2c
|
|---|
-
Version:
|
1.20
|
|---|
-
Parts:
|
translator(Pascal->C)
|
|---|
-
Author:
|
Dave Gillespie <daveg@synaptics.com>
|
|---|
-
Location:
|
ftp://csvax.cs.caltech.edu
|
|---|
-
Description:
|
?
|
|---|
-
Conformance:
|
supports ANSI/ISO standard Pascal as well as substantial
subsets of HP, Turbo, VAX, and many other Pascal dialects.
|
|---|
-
Ports:
|
?
|
|---|
-
Updated:
|
April 13th, 1990
|
|---|
-
Language:
|
Pascal
|
|---|
-
Package:
|
Pascal P4 compiler and interpreter
|
|---|
-
Version:
|
? 1
|
|---|
-
Parts:
|
compiler, assembler/interpreter, documentation
|
|---|
-
Author:
|
Urs Ammann, Kesav Nori, Christian Jacobi
|
|---|
-
Location:
|
ftp://ftp.cwi.nl/pub/pascal/*
or http://www.cwi.nl/~steven/pascal.html
|
|---|
-
Description:
|
A compiler for Pascal written in Pascal, producing an
intermediate code, with an assembler and interpreter
for the code.
|
|---|
-
Reference:
|
Pascal Implementation, by Steven Pemberton and Martin
Daniels, published by Ellis Horwood, Chichester, UK
(an imprint of Prentice Hall), ISBN: 0-13-653-0311.
Also available in Japanese.
|
|---|
-
Contact:
|
<Steven.Pemberton@cwi.nl>
|
|---|
-
Updated:
|
July 5th, 1993
|
|---|
-
Language:
|
Pascal
|
|---|
-
Package:
|
pasos2
|
|---|
-
Version:
|
Alpha
|
|---|
-
Parts:
|
Compiler, run-time library
|
|---|
-
Author:
|
Willem Jan Withagen <wjw@eb.ele.tue.nl>
|
|---|
-
Location:
|
ftp://ftp.eb.ele.tue.nl/pub/src/pascal/pasos2*
|
|---|
-
Description:
|
a PASCAL/i386 compiler which generates code for OS/2 and DOS. It uses EMX as DOS extender and
GNU/GAS, MASM or TASM as assembler.
|
|---|
-
Updated:
|
December 17th, 1993
|
|---|
-
Language:
|
Pascal
|
|---|
-
Package:
|
QCK
|
|---|
-
Version:
|
2.0
|
|---|
-
Parts:
|
compiler(written in ANSI-C), library, assembler,
linker etc.
|
|---|
-
Author:
|
Henrik Quintel <quintel@nibelung.Worms.Fh-Rpl.DE>
|
|---|
-
Location:
|
top.cs.vu.nl/pub/minix/pascal/
|
|---|
-
Description:
|
Supports standard pascal with a few exceptions
(set of.. , packed arrays, packed records,
procedures/functions as parameters)
|
|---|
-
Features:
|
Read the README file
|
|---|
-
Bugs:
|
Cos, tan, sin.... does not work right !
|
|---|
-
Requires:
|
PC-Minix 1.6.25 1.6.30 1.7.0
|
|---|
-
Help:
|
<quintel@nibelung.Worms.Fh-Rpl.DE>
|
|---|
-
Support:
|
<quintel@nibelung.Worms.Fh-Rpl.DE>
|
|---|
-
Announcements:
|
comp.os.minix, comp.compilers
|
|---|
-
Contact:
|
<quintel@nibelung.Worms.Fh-Rpl.DE>
|
|---|
-
Updated:
|
January 9th, 1995
|
|---|
-
Language:
|
Pascal, Lisp, APL, Scheme, SASL, CLU, Smalltalk, Prolog
|
|---|
-
Package:
|
Tim Budd's C++ implementation of Kamin's interpreters
|
|---|
-
Version:
|
?
|
|---|
-
Parts:
|
interpretors, documentation
|
|---|
-
Author:
|
Tim Budd <budd@cs.orst.edu>
|
|---|
-
Location:
|
? ftp://cs.orst.edu/pub/budd/kamin/*.shar
|
|---|
-
Description:
|
a set of interpretors written as subclasses based on
"Programming Languages, An Interpreter-Based Approach",
by Samuel Kamin.
|
|---|
-
Requires:
|
C++
|
|---|
-
Status:
|
?
|
|---|
-
Contact:
|
Tim Budd <budd@fog.cs.orst.edu>
|
|---|
-
Updated:
|
September 12th, 1991
|
|---|
category: educational
summary, or
expanded.
|
|