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

ravenpub@southwind.net (Carl D. Cravens)
6 Nov 1996 13:48:16 -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)
Re: Want to get started - would like to write a simple interpreter ikellenb@iiic.ethz.ch (Ivan Kellenberger) (1996-12-07)
| List of all articles for this month |

From: ravenpub@southwind.net (Carl D. Cravens)
Newsgroups: comp.compilers
Date: 6 Nov 1996 13:48:16 -0500
Organization: Phoenyx PBeM Roleplaying
References: 96-11-018 96-11-049
Keywords: interpreter

>: I want to write an interpreter for a very simple language.


Thanks to everyone who's given me helpful pointers.


For those who might keep track of this info, I found to articles with
source code on compilers in Dr. Dobb's Journal. (On CD-ROM.)


May 89, C PROGRAMMING column, the S-Interpreter : implements a sub-set
of C as a scripting language for a terminal program.


Aug 89, a Little-C interpreter by Herb Schildt : a different sub-set of
C. (I can't get this one to run right... I thought it was a problem
with a extern declaration of a struct being weirdly different from the
original, but although changing that got it through the compile, it
still just freezes up on execution.)


There are probably more on on the CD, but I've not looked any further
yet.


--
Carl (ravenpub@southwind.net)
--


Post a followup to this message

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