[Mono-dev] Fwd: javascript compiler for Moonlight.

olivier dufour olivier.duff at gmail.com
Fri May 25 12:16:15 EDT 2007


Hi,

First, I have done a lexer and start the jay for parser.
But I really prefer to done it manually but it help to understand all part
of code.
I have name the project Mono.JScript.Compiler for moment.
My Lexer work and NUNIT test work on it but for parser it an other thing...
I use ECMA-262 v3 to do the lexer and parser.
OK to change to have the same public interface than M$ compiler.
I will see it and try to go manually now ;)

thanks for feed back ;)
bye,
Olivier Dufour


2007/5/25, Miguel de Icaza <miguel at novell.com>:
>
> Hello Olivier,
>
> > I have just start to done a compiler of javascript in C# for
> > Moonlight.
> > It is just to ask if someone is ever working on it... and if there is
> > a place in svn to commit in order to make it open to community for
> > dev ;)
>
> Is this using the DLR?
>
> I suggest that you do two things:
>
>         * That you ensure that your publicly visible API matches the
>           Silverlight Javascript compiler, either using the object
>           browser in Visual Studio or using monop2:
>
>           Use monop2 -r Microsoft.Javascript.dll
>
>           And then dump each type with:
>
>                 monop2 -r:Microsoft.Javascript.dll Some.Type
>
>         * You should check this work into the olive module, in the
>           olive/class directory.
>
>         * You should write a tokenizer/parser from scratch based on
>           the public spec instead of the one that we did in the past,
>           I suggest a manually written recursive descendant parser
>           or even jay, but I would stay away from antlr which is a
>           pretty large dependency to put in the tree
>
> Miguel.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070525/afc45c16/attachment.html 


More information about the Mono-devel-list mailing list