Cleaner 0.1

Cleaner is a Java beautifier that transforms ugly syntax into beautiful syntax. The Java code syntax is parsed using ANTLR and then printed to standard output.Source is included. Something like this: public void foo(String bar) { ...