[webkit-dev] webkit parser

Shariq Rizvi shariq at rizvi.org
Thu Feb 5 10:31:25 PST 2009


On Thu, Feb 5, 2009 at 6:13 AM, abhas saroha <abhassaroha at gmail.com> wrote:

> hi all,
>  Qt port of webkit lists bison as a prerequisite, i wanted to know is the
> dom parser created with bison, and is it also the case with other ports of
> webkit? If not then where does the parser code reside and is it webkit port
> independent?
> thanx in advance.
>


Look at WebCore/html/HTMLTokenizer.cpp and HTMLParser.cpp

It is a custom parser, and I don't see it using a context-free grammar or
Bison. Also does not look port-dependent.




>
> Abhas Saroha
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090205/b0293f3e/attachment.html>


More information about the webkit-dev mailing list