Well if my memory serves me Roland updated the parser and emitter to emit ActionScript.
Yes, it was SharpKit and Mike modeled his javascript generation(that I emulated with Randori compiler) from SharpKit output. So it's Roland that did all the parsers and converters. Every piece of the compiler code I am using I wrote. Mainly it was a fork of FalconJX, with an emitter but then all the bundles and asdoc stuff. The main reason I did that was I didn't want to muck up the FalconJX code for a specific out of Apache project. I don't know if Roland is out but I will try a couple other ways to get a hold of him. Mike On Fri, May 29, 2015 at 4:55 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 5/29/15, 1:19 PM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote: > > >On Fri, May 29, 2015 at 4:17 PM, Alex Harui <aha...@adobe.com> wrote: > > > >> Good. All of these pieces seem to be Apache compatible. We still need > >>to > >> figure out how to create the two SWCs in an Apache-compatible way, but I > >> don’t expect to get blocked there. > >> > >> > >Ok, All my work is riding on this Alex. :) > > Well, if you can dig up more history on the IDL translator, that would be > helpful. It looks like the original code source is here: > https://github.com/SharpKit/SharpKit-SDK/tree/master/DefGenerators/WebIDLPa > rser > > The license.txt there does say MIT although SharpKit itself is GPL. > > What I want to know is who made any modifications to the above source if > any, before it ended up in Randori’s repo. Can you bug folks who might > know? The source history seems to get broken by some refactoring Mike L > did. I want to know who “owns” the Randori version. It’ll either be Mike > L or Roland. If they could commit it to an Apache Flex repo it would make > it a bit safer to use than continuing to pull it down from Randori repos. > > We also need to know whether a specific C# compiler is used and which one > and its licensing and any costs. > > I know I could do some of this digging myself, but I’m in BURM hell! >-( > > -Alex > >