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: | gchunt@cs.rochester.edu (Galen C. Hunt) |
Keywords: | Pascal, courses |
Organization: | University of Rochester Computer Science Dept |
References: | 95-03-027 95-03-071 |
Date: | Wed, 15 Mar 1995 15:18:08 GMT |
>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
Preston Briggs () wrote:
: For an English presentation, see chapter 5 in
: Algorithms + Data Structure = Programs
: Nicklaus Wirth
: 1976, Prentice-Hall
: Preston Briggs
We use a compiler for PL0 in our compilers course here at the UR. Our
compiler is written in C++. It compiles PL0 into MIPS assembly code.
If you really want it, I'm sure we could make a copy available.
galen
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.