|
Project Information
Featured
|
This project is now hosted on GitHub http://github.com/deltaluca/caxe. This includes a much newer version of the preprocessor with more features + more stable. For the moment, googlecode project page remains with old versions.
haXe/AS3 preprocessor for scoped macro style extensions and import behaviours Features: - Import entire directories
- Scoped macros (Global,File,Object,Method,Local)
- Mixin (mixins, c-style macro, inlined methods with pass-by-reference for arguments, typedefs (AS3,already exist in haXe))
- Define+Expand (auto-variable/method generation allowing proper parameterised methods and classes)
- Nested macros
- Macros even defined with arguments to Mixins
Todo: - Better error handling and reporting
Also: - Via source or downloads, a standard macro library for use in caXe when targeting haXe
Check out nape for a project using caXe for haXe and the CxStd library.
|