The goal of this project is to add a tool to the haxe compiler that translates from haxe source to java source.
As much as possible, types, structures, and logic from the haxe code should be
... [More] preserved, but the generated java code should also be as readable as possible. [Less]