forked from addreality/ax3
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Mar 3, 2026
·
3 revisions
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.