@hackage html-tokenizer0.2.1.2
An "attoparsec"-based HTML tokenizer
Installation
CustomDependencies (8)
- attoparsec >=0.10 && <0.13
- base-prelude >=0.1.19 && <0.2
- case-insensitive >=1.2 && <1.3
- conversion >=1.0.1 && <2
- conversion-case-insensitive >=1 && <2
- conversion-text >=1.0 && <1.1 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 with HTML-entities decoded, 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.