[Haskell-cafe] Lazy HTML parsing with HXT, HaXML/polyparse, what else?

Neil Mitchell ndmitchell at gmail.com
Fri May 11 08:58:08 EDT 2007


Hi

> That's an interesting option. It could be used as a lexer for a full-blown
> HTML parser. Sometimes I need the tree structure. But why does this simple
> piece of code needs -fglasgow-exts?

It doesn't. The released version 0.1 doesn't require extensions, and
the next 0.2 won't either. In the meantime I accepted a patch from a
user that added a new feature and required the flag. I'm going to
rework it shortly, make a few tweaks, and remove that flag.

Thanks

Neil


More information about the Haskell-Cafe mailing list