changelog
1.02
- All class names have to be supplied as Strings, while passing the class names as Classes suggests the classes should be in the classpath while writing it. Which is not the case
- Added support for finally, static and synchronized blocks
- Fixed small problem with writing Literals
0.20
- Added javadoc and unit tests for all classes
- Fixed Literal which was used the other way around, all non-literal Strings required Literal
- Some minor bugfixing in formatting
0.10
- First creation as independent product