Related articles |
---|
Implementing a Scripting Language kevin@zazzybob.fsnet.co.uk (Kevin) (2003-03-30) |
Re: Implementing a Scripting Language etienne.gagnon@uqam.ca (Prof. Etienne M. Gagnon) (2003-03-30) |
From: | "Prof. Etienne M. Gagnon" <etienne.gagnon@uqam.ca> |
Newsgroups: | comp.compilers |
Date: | 30 Mar 2003 00:58:02 -0500 |
Organization: | Compilers Central |
References: | 03-03-165 |
Keywords: | interpreter |
Posted-Date: | 30 Mar 2003 00:58:01 EST |
Hi Kevin,
> I am currently attempting to implement my own interpreted language
> using Java to code the Interpreter. ...
> Please, please, please could someone give me a push in the right direction,...
Try:
- The tool:
http://www.sablecc.org/
- A small BASIC interpreter:
- Source code
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/sablecc/grammars/MiniBasic/
- Explanations:
http://www.sable.mcgill.ca/publications/papers/#tools98
OK, I'm biased. ;-)
Etienne
--
Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/
SableVM: http://www.sablevm.org/
SableCC: http://www.sablecc.org/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.