I have been playing with Janino.  http://www.janino.net/

"Janino is a compiler that reads a JavaTM expression, block, class
body, source file or a set of source files, and generates JavaTM
bytecode that is loaded and executed directly."

If your compiler output can be represented as standard Java (I assume
most things can), you can write a compiler which creates Java and
compiles it to byte code in memory.  I think this is the best place to
start even if you end up using a byte code compiler further down the
track.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to