as3tohaxe google group
I’ve created a google group to discuss issues, features of as3tohaxe and the general love of haXe http://groups.google.com/group/as3tohaxe Please feel free to join it and let the group know what you’re converting or running into any issues. Thanks. -Don Q. Update: I’ve uploaded Windows and Mac OSX binaries to the files section of the google [...]
Read Full Post | Make a Comment ( None so far )Scrap Your BoilerPlate and Data.Generics for the Win!
I just updated as3tohaxe with a pretty significant change to allow transforming and querying of the AST. I was working in the translator code to add the ability to convert variable bindings with Number types a little more intelligently. I wanted to convert this AS3: public function s(s:String = “hi”, a:Number = -1.0, b:Number = [...]
Read Full Post | Make a Comment ( 2 so far )Parsec 3 tutorial code
The tutorial code on the Parsec site hasn’t been updated since 2001, and Parsec 3 was released early 2008. I’m posting code that works with the tutorial using GHC 6.8 here in case anyone else is a newbie struggling to make sense of haskell and parsec. The code doesn’t cover any of the advanced material, [...]
Read Full Post | Make a Comment ( 5 so far )

