| Related articles |
|---|
| "mini" pascal by Wirth brettk@worf.infonet.net (1995-03-03) |
| Re: "mini" pascal by Wirth klaeren@lesbains.informatik.uni-tuebingen.de (1995-03-07) |
| Re: "mini" pascal by Wirth preston@tera.com (1995-03-12) |
| Re: "mini" pascal by Wirth feliks@carlstedt.se (1995-03-14) |
| Re: "mini" pascal by Wirth gchunt@cs.rochester.edu (1995-03-15) |
| Re: "mini" pascal by Wirth adrian@platon.cs.rhbnc.ac.uk (1995-03-20) |
| Re: "mini" pascal by Wirth davidm@Rational.COM (1995-03-22) |
| Newsgroups: | comp.compilers |
| From: | klaeren@lesbains.informatik.uni-tuebingen.de (Prof. H. Klaeren) |
| Keywords: | Pascal |
| Organization: | Compilers Central |
| References: | 95-03-027 |
| Date: | Tue, 7 Mar 1995 10:47:53 GMT |
brettk@worf.infonet.net (Brett Kreykes) writes:
BK> I would like to get ahold of a compiler written by Wirth.
BK> It's a 'mini-version' of pascal. Could anyone point me in
BK> the right direction?
The language is really called PL0 but of course is a `mini-Pascal' (only one
primitive data type (integer), no structured data types, procedures without
parameters). Is is described along with a compiler in a (German, I'm afraid)
textbook on compiler writing:
@book{wi81,
author="Niklaus Wirth",
title="Compilerbau",
publisher="Teubner",
year=1981,
mynote={(2nd edition, recursive descent in Pascal)}}
@book{wi84,
author="Niklaus Wirth",
title="Compilerbau",
publisher="Teubner",
year=1984,
mynote={(3rd edition, recursive descent in Modula-2)}}
Prof.Dr. Herbert Klaeren | klaeren@informatik.uni-tuebingen.de
Universitaet Tuebingen, Informatik | Herbert.Klaeren@Uni-Tuebingen.De
Sand 13 | klaeren@ibm.net
72076 Tuebingen | Voice +49 7071 29 5457
Germany | Fax +49 7071 29 5958
http://www-pu.informatik.uni-tuebingen.de/~klaeren
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.