Re: Intermediate Language Design?

etienne_gagnon@my-dejanews.com
7 Oct 1998 23:02:57 -0400

          From comp.compilers

Related articles
Intermediate Language Design? felixmish@usa.net (Felix Mish) (1998-10-06)
Re: Intermediate Language Design? fs29@rummelplatz.uni-mannheim.de (1998-10-07)
Re: Intermediate Language Design? etienne_gagnon@my-dejanews.com (1998-10-07)
Re: Intermediate Language Design? dwight@pentasoft.com (1998-10-07)
Re: Intermediate Language Design? vmakarov@cygnus.com (Vladimir Makarov) (1998-10-07)
Re: Intermediate Language Design? pjk@bcs.org.uk (Peter Knaggs) (1998-10-13)
| List of all articles for this month |

From: etienne_gagnon@my-dejanews.com
Newsgroups: comp.compilers
Date: 7 Oct 1998 23:02:57 -0400
Organization: Sable Research Group
References: 98-10-045
Keywords: interpreter, design

Felix Mish <felixmish@usa.net> wrote:
> I am implementing a simple interpreter. I plan to separate the parsing
> and interpreting process....
> ... The intermediate should have almost the same elements
> of the source language.


The SableCC framework, written in Java, is designed especially to
handle this kind of problems. You can give it a look at:


http://www.sable.mcgill.ca/sablecc/


Etienne Gagnon


Post a followup to this message

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