On Feb 9, 2009, at 3:58 AM, Nilesh Patil wrote:

I need to know where does grammer for html Parser has been defined in webkit. Is it a string based comparison directly with tags or done any other way?

The source files are HTMLTokenizer.cpp and HTMLParser.cpp. It doesn’t use a parser generator such as yacc or bison or a lexer generator such as lex or flex, if that's what you're asking.

    -- Darin

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to