This repo is the example and experiment code for the code-generation in JVM. include the following libs
1. bytecode
2. Janino
3. ASM
mvn exec:java -Dexec.mainClass='com.typingx.me.bytecode.ByteCodeDemo'
mvn exec:java -Dexec.mainClass='com.typingx.me.janino.JaninoDemo'