Re: Interpreter design

steck@rice.edu (Paul Steckler)
18 Jan 2001 01:15:25 -0500

          From comp.compilers

Related articles
Interpreter design jcgil@gmv.es (Juan Carlos Gil Montoro) (2001-01-11)
Re: Interpreter design basile.starynkevitch@wanadoo.fr (Basile STARYNKEVITCH) (2001-01-18)
Re: Interpreter design ian@jawssystems.com (2001-01-18)
Re: Interpreter design kszabo@nortelnetworks.com (Kevin Szabo) (2001-01-18)
Re: Interpreter design steck@rice.edu (2001-01-18)
Re: Interpreter design gsc@zip.com.au (Sean Case) (2001-01-19)
Re: Interpreter design gvmt@localhost.vsnl.net.in (Venkatesha Murthy) (2001-01-19)
Re: Interpreter design jcgil@gmv.es (Juan Carlos Gil Montoro) (2001-01-19)
Re: Interpreter design guerby@acm.org (Laurent Guerby) (2001-01-19)
Re: Interpreter design neelk@alum.mit.edu (2001-01-19)
Re: Interpreter design anton@mips.complang.tuwien.ac.at (2001-01-20)
[2 later articles]
| List of all articles for this month |

From: steck@rice.edu (Paul Steckler)
Newsgroups: comp.compilers
Date: 18 Jan 2001 01:15:25 -0500
Organization: Rice University, Houston TX
References: 01-01-059
Keywords: interpreter, books
Posted-Date: 18 Jan 2001 01:15:25 EST

Juan Carlos Gil Montoro (jcgil@gmv.es) wrote:
: What is the best strategy to implement an interpreter for a custom
: language?. I've done compilers and translators, but the mechanics of
: an interpreter (storing the interpreter state, in particular) puzzles
: me.


Try Friedman, Wand, and Haynes' "Essentials of Programming
Languages", MIT Press, where they show how to add various features
to interpreters. A second edition will be out at the
end of January.


-- Paul


  ----------------------------------------------------------------
| Paul Steckler, Ph.D. | Rice University PLT |
| steck@cs.rice.edu | DrScheme Project |
| Tel: 713/348-3814 | http://www.cs.rice.edu/~steck |
| FAX: 713/348-5930 | *** Ad astra per hackera *** |


Post a followup to this message

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