[Webkit-unassigned] [Bug 34019] Custom-written JavaScript parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 25 06:44:36 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34019





--- Comment #11 from Zoltan Herczeg <zherczeg at webkit.org>  2010-01-25 06:44:34 PST ---
mootools parser test shown the following interesting behaviour of the bison
parser on the following expression (simplified example):

for (var i in x) for (var j in y) ;

According to the bison parser, j is declared earlier than i. My predictive
parser handles the declaration order correctly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list