as3hx is a tool to convert AS3 sources to their Haxe equivalent. The tool works in the command line and receives a directory as input. The output can be directed to any folder in the filesystem and it will contain the converted Haxe files. There are many configuration options to choose how the Haxe code is generated. Despite a few edge cases, the tool is completely capable of converting AS3 code to Haxe. Regarding those edge cases, after the conversion the developer must inspected the generated Haxe code looking for any inconsistencies.  Currently the edge cases that are not working are the use of delete keyword, E4X syntax and some variable initialization in for loops. Sample

as3hx test/ out/
Misc . URL.