Monday, April 21, 2008

New AS3 grammar for asDox

I have been working on rewriting the Actionscript 3 grammar for asDox. The original grammar could not parse files from the Flex 3 SDK but the new grammar can parse all 647 source files. The Flex 3 SDK has been a really great test for my AS3 grammar and I learned quite a bit about what is valid AS3 syntax. Now that I can successfully parse AS3 files the next challenge is to assemble a model from each of the AS3 elements: Methods, Classes, Packages, Metadata, JavaDocs and Variables. I hope to get an Alpha 2 release out very soon :)

Monday, April 07, 2008

PureMVC Flash Develop Templates

I have updated the PureMVC Flash Develop Project and File Templates to work with PureMVC v2.0.3 and Flash Develop Beta 6. You can download the latest templates here.