Re: Interpreter design

"Kevin Szabo" <kszabo@nortelnetworks.com>
18 Jan 2001 01:05:57 -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)
[3 later articles]
| List of all articles for this month |

From: "Kevin Szabo" <kszabo@nortelnetworks.com>
Newsgroups: comp.compilers
Date: 18 Jan 2001 01:05:57 -0500
Organization: Nortel Networks (Ottawa, Ontario, Canada)
References: 01-01-059
Keywords: interpreter, design
Posted-Date: 18 Jan 2001 01:05:55 EST
Originator: kszabo@nortel.ca (Kevin Szabo)

Kernighan and Pike's book 'The unix programming environment'
has an exercise where you build an interpreter called 'HOC'.
Good book, well worth the read.


Kevin


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.


Post a followup to this message

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