This documentation is for users migrating ActionScript 3 projects to Haxe with ax4.
- Read Quickstart
- Prepare your
config.jsonusing Config reference - Compare with Examples
- If conversion fails, check Troubleshooting
ax4 behaves more like a compiler than a text converter:
- Parse AS3 syntax (
ParseTree) - Load SWC declarations
- Resolve symbols and types (
TypedTree) - Run filter pipeline
- Generate Haxe modules
The main pipeline lives in src/ax4/Main.hx.