Hi lists, haXe Alpha 5 is now available from http://haxe.org
It adds some XML output so you can write your own documentation generator very easily, and fix several bugs. There is now also a -main commandline parameter that will specify which class will be the haXe entry point. Currently haXe is running on both Flash and Neko. Javascript output will come soon. haXe distribution libraries are now BSD License so you can use them whatever the license of your source code. You're welcome to contribute to haXe by providing additional libraries (crossplatform or Flash-specific). Please post on the haXe mailing list if you're interested in doing so. Here's a detailed list of changes : - added -main commandline parameter - catches are now working with Neko - restricted catch types for type-safety - added constructor inheritance + check if superconstructor is called - allowed Dynamic-only subtyping on type parameters - added method closures to Neko generation - added class Reflect - added License : libraries are BSD - added -xml documentation output - allowed class instance :> anonymous subtyping Best, Nicolas _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
