[antlr-interest] An interpreter for a small subset of the Java language using an ANTLR AST?

Andrew Deren andrew at adersoftware.com
Tue Apr 29 07:16:48 PDT 2003


Checkout http://www.beanshell.org/ it's a scripting language for java. It
supports all java syntax and is interpreted. It uses reflection for all
method calls. It does not use antlr, but it's open source and you can
probably take out executing engine and use antlr as a parser.
Andrew

-----Original Message-----
From: jw9315 [mailto:jw9315 at bris.ac.uk] 
Sent: Tuesday, April 29, 2003 8:26 AM
To: antlr-interest at yahoogroups.com

Hi,
I'm writing a Java interpreter for a small subset of the Java 
language. I'm planning to use the AST tree that is generated by ANTLR 
as a means of extracting the statements from the code. I was 
wondering if anything simiar to this had already been implemented, as 
I do not want to reimplement this if necessary?
Thanks,
Jon


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 






 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list