Re: "mini" pascal by Wirth

feliks@carlstedt.se (Feliks Kluzniak)
Tue, 14 Mar 1995 13:51:33 GMT

          From comp.compilers

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)
| List of all articles for this month |

Newsgroups: comp.compilers
From: feliks@carlstedt.se (Feliks Kluzniak)
Keywords: Pascal
Organization: Carlstedt Elektronik AB, Sweden
References: 95-03-027 95-03-045
Date: Tue, 14 Mar 1995 13:51:33 GMT

BK> I would like to get ahold of a compiler written by Wirth.
BK> It's a 'mini-version' of pascal.
      ....
|> 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)
...


The PL0 compiler (with the full source code in Pascal) is also described in
Wirth's "Algorithms + Data Structures = Programs", which was published in
English (Prentice-Hall ??) back in the 1970s.


There is also another "simplified Pascal" by Wirth, which is a much
more complete language than PL0. It is called Pascal-S and is
described in Wirth's contribution to D. W. Barron (ed.): Pascal - The
Language and Its Implementation. John Wiley & Sons, Chichester, 1981


-- Feliks Kluzniak
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.