@hackage html-parse0.2.0.1
A high-performance HTML tokenizer
Categories
License
BSD-3-Clause
Maintainer
ben@smart-cactus.org
Links
Versions
Installation
Tested Compilers
Dependencies (5)
- attoparsec >=0.13 && <0.14
- base >=4.7 && <4.11
- containers >=0.5 && <0.6
- deepseq >=1.4 && <1.5
- text >=1.2 && <1.3 Show all…
Dependents (6)
@hackage/html-parse-util, @hackage/acme-everything, @hackage/miso-from-html, @hackage/kvitable, @hackage/Shpadoinkle-template, @hackage/markup-parse
This package provides a fast and reasonably robust HTML5 tokenizer built
upon the attoparsec library. The parsing strategy is based upon the HTML5
parsing specification with few deviations.
The package targets similar use-cases to the venerable tagsoup library,
but is significantly more efficient, achieving parsing speeds of over 50
megabytes per second on modern hardware with and typical web documents.
For instance,
>>>