Description
Provides a fast HTML tokenizer for Haskell programs. A tokenizer breaks HTML into meaningful pieces, which is often the first step before parsing, analyzing, cleaning, or converting documents.
This is useful for tools that process many HTML files or need predictable performance. It is a library component for developers, not a complete HTML viewer.