@hackage html-tokenizer0.5
An "attoparsec"-based HTML tokenizer
Installation
Dependencies (9)
- attoparsec >=0.10 && <0.14
- base >=4.7 && <5
- base-prelude >=0.1.19 && <2
- html-entities >=1.1.4 && <1.2
- semigroups >=0.18 && <0.19
- text >=1 && <2 Show all…
Dependents (1)
@hackage/list-t-html-parser
This library can be used as a basis for complex HTML parsers, or for streaming. E.g., by composing it with the "list-t-attoparsec" library you can produce a token stream, thus becoming able to implement a highly efficient stream-parser, which works in a single pass, constant memory and is capable of early termination. "list-t-html-parser" is such a parser.