Related articles |
---|
Newbie Question...... chewie@gibsona.demon.co.uk (Wookie Monster) (1999-07-14) |
Re: Newbie Question...... adrian@dcs.rhbnc.ac.uk (1999-07-19) |
Re: Newbie Question...... dwightvdb@compaq.net (Dwight Vandenberghe) (1999-07-19) |
Re: Newbie Question...... sander@haldjas.folklore.ee (Sander Vesik) (1999-10-11) |
From: | Sander Vesik <sander@haldjas.folklore.ee> |
Newsgroups: | comp.compilers |
Date: | 11 Oct 1999 02:41:39 -0400 |
Organization: | Compilers Central |
References: | 99-07-057 99-07-080 |
Keywords: | interpreter |
Dwight Vandenberghe <dwightvdb@compaq.net> wrote:
> Wookie Monster <chewie@gibsona.demon.co.uk> wrote
>> I need to write a simple interpreter for my current project...
> Go to the mozilla/netscape websites and find Netscape's free
> JavaScript interpreter. Download it, run the makefile, read the docs
> on how to make it into a customized application language, and you're
> done. It took me about four hours one weekend to put a full
> JavaScript interpreter into a demo app I was working on.
Another distinct option (and one that has a simpler language) is
tcl. The older versions of tcl are more sipmler and the newer ones
come with included bytecode compiler.
[Also look at python and lua. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.