- From: Henri Sivonen <hsivonen@iki.fi>
- Date: Mon, 22 Dec 2008 22:55:46 +0200
On Dec 22, 2008, at 19:31, Edward Z. Yang wrote: > The condition here is reaaaally long. Is there any way we can make > it shorter? Not really, but it's possible to flatten out the lookahead by adding states so that the condition in each state becomes simpler. (In fact, it's possible to remove lookahead from the tokenizer altogether by adding more states.) See Tokenizer.java in the Validator.nu HTML Parser. SVN URL: http://svn.versiondude.net/whattf/htmlparser/trunk/ -- Henri Sivonen hsivonen at iki.fi http://hsivonen.iki.fi/
Received on Monday, 22 December 2008 12:55:46 UTC