Related articles |
---|
Advice needed: book on interpreter construction ibmstuff@sccsi.com (1995-12-30) |
Re: Advice needed: book on interpreter construction brianmcg@interaccess.com (1995-12-31) |
Re: Advice needed: book on interpreter construction ph@anweald.exnet.co.uk (Patrick Herring) (1996-01-12) |
Re: Advice needed: book on interpreter construction martelli@cadlab.it (1996-01-12) |
Re: Advice needed: book on interpreter construction bernecky@eecg.toronto.edu (1996-01-14) |
Re: Advice needed: book on interpreter construction lhf@csg.uwaterloo.ca (1996-01-15) |
Re: Advice needed: book on interpreter construction fburton@nyx10.cs.du.edu (1996-01-27) |
Re: Advice needed: book on interpreter construction sy73343@vantage164.vantage.fmr.com (1996-01-31) |
From: | "Patrick Herring" <ph@anweald.exnet.co.uk> |
Newsgroups: | comp.compilers |
Date: | 12 Jan 1996 17:20:55 -0500 |
Organization: | Anweald Systems |
References: | 95-12-157 |
Keywords: | interpreter |
ibmstuff@sccsi.com writes in article 95-12-157:
>
> I need to write a simple interpreter and a language as part of a
> database conversion program. The language will be used to define the
> source database, reporting, error handling, target format, etc. I'm
> looking for a good book that deals with interpreters--I've got several
> compiler books but they aren't really much help. A book with example
> code (even fragments) would be very useful as I'm in a big hurry.
Rexx has a defined API so it can be a bolt-on script language (ref:
'The Rexx Language' 2nd ed by Mike Cowlishaw, Prentice Hall). It's a
string-manipulation language so can do anything at a pinch. That might
be the quickest solution since it already has built-in error handling
etc.
'The UNIX Programming Environment' by Kernighan & Pike, Prentice Hall,
has a worked example of how to make an interpreter, including C code.
--
Yours, Patrick
_____________________________________________________________________________
Patrick Herring, Primrose Hill, London, UK
I tend to eat my UUCP feed once a day so replies can take two days
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.