Re: Want to get started - would like to write a simple interpreter

adrian@dcs.rhbnc.ac.uk (A Johnstone)
3 Nov 1996 13:09:28 -0500

          From comp.compilers

Related articles
Want to get started - would like to write a simple interpreter ravenpub@southwind.net (1996-11-01)
Re: Want to get started - would like to write a simple interpreter adrian@dcs.rhbnc.ac.uk (1996-11-03)
Re: Want to get started - would like to write a simple interpreter norman@kbss.bt.co.uk (Norman Hilton) (1996-11-05)
Re: Want to get started - would like to write a simple interpreter ravenpub@southwind.net (1996-11-06)
Re: Want to get started - would like to write a simple interpreter fburton@nyx10.cs.du.edu (1996-11-10)
Re: Want to get started - would like to write a simple interpreter john@dwaf-hri.pwv.gov.za (John Carter) (1996-11-19)
Re: Want to get started - would like to write a simple interpreter kimf@avs.uniras.dk (Kim G. Frei) (1996-11-24)
Re: Want to get started - would like to write a simple interpreter jlilley@empathy.com (1996-12-01)
[1 later articles]
| List of all articles for this month |

From: adrian@dcs.rhbnc.ac.uk (A Johnstone)
Newsgroups: comp.compilers
Date: 3 Nov 1996 13:09:28 -0500
Organization: Royal Holloway, University of London
References: 96-11-018
Keywords: interpreter, tools

Carl D. Cravens (ravenpub@southwind.net) wrote:
: I want to write an interpreter for a very simple language.


The RDP distribution includes a simple language called mini-plus which
is written as a set of pretty simple semantic actions embedded in a
grammar. You might find the manual a useful tutorial in the writing of
interpreters.


RDP version 1.5 is presently in beta release. You might prefer the
stable 1.4 version. Look at


                                          http://www.dcs.rhbnc.ac.uk/la/la.html


or go the archive at


                                            ftp://ftp.dcs.rhbnc.ac.uk/pub/rdp/


                                                        Adrian


--
    Dr Adrian Johnstone, Dean of the Science Faculty, Dept of Computer Science,
        Royal Holloway, University of London, Egham, Surrey, TW20 0EX, England.
Email: adrian@dcs.rhbnc.ac.uk Tel: +44 (0)1784 443425 Fax: +44 (0)1784 443420
--


Post a followup to this message

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