Re: Implementing a stack-based interpreter

kszabo@bcml120x.ca.nortel.com (Kevin Szabo)
7 Aug 2005 16:20:53 -0400

          From comp.compilers

Related articles
[6 earlier articles]
Re: Implementing a stack-based interpreter anton@mips.complang.tuwien.ac.at (2005-07-26)
Re: Implementing a stack-based interpreter dot@dotat.at (Tony Finch) (2005-07-26)
Re: Implementing a stack-based interpreter marcov@stack.nl (Marco van de Voort) (2005-08-03)
Re: Implementing a stack-based interpreter mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2005-08-05)
Re: Implementing a stack-based interpreter rossen.radev@gmail.com (aquarin) (2005-08-05)
Re: Implementing a stack-based interpreter tk@ic.unicamp.br (Tomasz Kowaltowski) (2005-08-07)
Re: Implementing a stack-based interpreter kszabo@bcml120x.ca.nortel.com (2005-08-07)
Re: Implementing a stack-based interpreter haberg@math.su.se (2005-08-10)
| List of all articles for this month |

From: kszabo@bcml120x.ca.nortel.com (Kevin Szabo)
Newsgroups: comp.compilers
Date: 7 Aug 2005 16:20:53 -0400
Organization: Nortel, Carling Campus
References: 05-07-070 05-08-025
Keywords: interpreter, bibliography
Posted-Date: 07 Aug 2005 16:20:53 EDT



  aquarin <rossen.radev@gmail.com> wrote:
>The Implementation of Functional Programming Languages
>"http://research.microsoft.com/Users/simonpj/Papers/slpj-book-1987/index.htm
>


Another good example of a stack based interpreter is shown in 'The
Unix Programming Environment' by Kernighan and Pike. One of my
favourite UNIX books. The advantage of this particular rendition is
that it is created as a worked example of developing software under
UNIX with Yacc and Lex.


The home page for the book is here:
      http://cm.bell-labs.com/cm/cs/upe/index.html
and the SHAR archive of the HOC compiler is here:
    http://netlib.bell-labs.com/~bwk/hoc.sh


Kevin Szabo


Post a followup to this message

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