[Webkit-unassigned] [Bug 34019] Custom-written JavaScript parser
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 28 06:41:35 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34019
--- Comment #26 from Zoltan Herczeg <zherczeg at webkit.org> 2010-01-28 06:41:33 PST ---
(In reply to comment #25)
> Created an attachment (id=47616)
--> (https://bugs.webkit.org/attachment.cgi?id=47616) [details]
> Layout test for parser syntax checking
This test contains syntax checking examples. Both parsers can handle these test
cases. However, I noticed something for the bison parser:
function f() { return 6 + }
is accepted, altough
return 6 +
is not.
--
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