Intrepreter project

lemma@allman.rowan.edu (James A. Lemma)
14 Feb 1996 21:34:36 -0500

          From comp.compilers

Related articles
Intrepreter project lemma@allman.rowan.edu (1996-02-14)
| List of all articles for this month |

From: lemma@allman.rowan.edu (James A. Lemma)
Newsgroups: comp.compilers
Date: 14 Feb 1996 21:34:36 -0500
Organization: Rowan College of New Jersey
Keywords: interpreter, question

I have an interpreter written for a small C-like language and am
trying to extend it to include multiple types (the first version only
has int), arrays, and functions that can be called recursively. I am
having a lot of trouble with the design and being able to
conceptualize what I need to do to add these features. Are there any
good concrete books (I am lacking in Compiler Design theory) that
would aid me in my implementation. Thank you for any advice you can
offer.


--
Jim A. Lemma
lemma@elvis.rowan.edu
http://www.rowan.edu/~lemma
--


Post a followup to this message

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