Hi Kevin, On Thu, Aug 20, 2009 at 8:28 PM, Kevin C <[email protected]> wrote:
> Do the V8 team have any ideas re: > - is the jsonML format V8 AST specific or can it be generic It is literally the V8 AST, so there are some V8-specific things in there. (We also rewrite some of the AST at parse time, so it doesn't allow roundtripping back to the original parsed JS.) That said, the V8 AST is very nearly straight out of the ECMA 262 spec, so it's generic in that sense. > - allowing parsing/evaluation from within the engine That's not an intended use. > - is the patch going to be applied to the trunk. Yes. It has a bug that it's missing quotes around strings in some places where they should be (the element names). I may not be able to land the patch in the next few weeks as I am currently on leave, but it will ultimately go in. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
