[Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Stuart Ballard
It occurred to me that it might be possible to run Rhino under IKVM to get a quick boost into a mature ECMAScript implementation for Mono. Presumably, with a couple of tweaks to ignore the cli. prefix that IKVM inserts for .NET classes, it would do most of what's required for the .NET

Re: [Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Carlos Alberto Cortez
Hi: Currently I'm helping Cesar Lopez Nataren to port the Rhino Lexer and Parser stuff, and then finish the JScript compiler implementation. Maybe it would be a good idea to finish to port to C#, than trying to use them with IKVM, since you would have to run ikvm on top on mono, and then run

Re: [Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Stuart Ballard
Carlos Alberto Cortez wrote: Hi: Currently I'm helping Cesar Lopez Nataren to port the Rhino Lexer and Parser stuff, and then finish the JScript compiler implementation. Maybe it would be a good idea to finish to port to C#, than trying to use them with IKVM, since you would have to run ikvm on

Re: [Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Carlos Alberto Cortez
Hi again, I think that some of the points you exposed are valid and are very interesting. However, the Rhino lexer parser have together only about 300 lines of code, so that is not *that much* code. However, it looks like the approach you mentioned could be valid for other projects that could