With Adobe having moved the FLA format from a proprietary binary blob to a more edit and VCS friendly XML dialect, it would seem that it would be easy(er) to create a compiler that can act as a substitute to the official Flash tools from Adobe.
Sadly Adobe doesn't seem to be interested in adding an "xflc" to its Flex SDK anytime soon (which is unsurprising considering they'd be directly competing with the only reason most Flash developers have to use their expensive software), so it seems like someone else has to come up with a solution instead.
I have to work with ActionScript 3, often in timeline scripts (which is often the easiest way to do it for pure GUI code, especially so considering Flash's poor treatment of "Flash projects"). XFL seems like a great step towards decoupling the format from Flash Pro. So far my efforts have focussed on putting all the code in AS files and trying to use SWFs only for the assets, but if there was a way to use XFL without relying on commercial Adobe software, that would simplify the workflow a lot (graphics guys rely on it).
Enough rambling. Is there or ain't there (going to be) a cost-free (or low-cost) solution for compiling XFL to SWF files?