Re: Tiny-Pascal & People's Pascal

"Peter Zechmeister" <zechm002@gold.tc.umn.edu>
23 Jul 1999 22:21:08 -0400

          From comp.compilers

Related articles
Tiny-Pascal & People's Pascal rpraver@gate.net (Ronald Praver) (1999-07-14)
Re: Tiny-Pascal & People's Pascal wfahle@airmail.net (Bill Fahle) (1999-07-20)
Re: Tiny-Pascal & People's Pascal adrian@dcs.rhbnc.ac.uk (1999-07-21)
Re: Tiny-Pascal & People's Pascal sammy.mitchell@semware.com (Sammy Mitchell) (1999-07-21)
Re: Tiny-Pascal & People's Pascal zechm002@gold.tc.umn.edu (Peter Zechmeister) (1999-07-23)
Re: Tiny-Pascal & People's Pascal Juergen.Kahrs@t-online.de (Juergen Kahrs) (1999-07-23)
| List of all articles for this month |

From: "Peter Zechmeister" <zechm002@gold.tc.umn.edu>
Newsgroups: comp.compilers
Date: 23 Jul 1999 22:21:08 -0400
Organization: University of Minnesota, Twin Cities Campus
References: 99-07-048 99-07-092 99-07-098
Keywords: Pascal

If you are interesed in the guts of PascalS and would like to learn
all about data structures needed for such, check out the book:


      "Algorithms + Data Structures = Programs" by Nicklaus Wirth (Prentice-Hall)


It teaches the concepts of language parsing, ending in a simple
compiler/interpreter.


I've used this as a jumping off point for a "Tiny Pascal" compiler for
an 8080 micro (many years ago of course!). Source avaliable on request
(written in PASCAL 6000).


Peter Zechmeister - zechm002@gold.tc.umn.edu - A University of
Minnesota Alumnus


Post a followup to this message

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