On Tue, Oct 25, 2005 at 09:07:48AM -0400, Darron J. Schall wrote: > Philippe wrote: > > >They are not the most important parts but having as AS3 and Flexible > >grammars would help opensource projects integrate these new languages. > > Lexer: http://www.mozilla.org/js/language/es4/core/lexer.html > Grammar: http://www.mozilla.org/js/language/es4/formal/lexer-grammar.html > More information: http://www.mozilla.org/js/language/es4/formal/index.html
...which reminds me that some time ago, I started fiddling around with some code to glue the abstract syntax tree produced by the parser in Rhino (mozilla.org's Javascript-in-Java implementation) onto the SWF generation code from JavaSWF. Didn't get it working (to the point where it produced an SWF), but it at least looked possible dave -- http://david.holroyd.me.uk/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
