javac code generator based java source interpreter, then... genuine scripted Java language

Peter Ahé peter at ahe.dk
Thu Jul 5 13:39:26 PDT 2007


I don't understand why you want to interpret, the JVM is good at that.
 Consider using the approach of this demo which compiles and evaluates
Java expressions:

https://ksl.dev.java.net/source/browse/ksl/trunk/compiler/test/tools/javac/api/evalexpr/

Cheers,
Peter



More information about the compiler-dev mailing list