aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b615a507ec73ca98fd5f9c421f19c79bfc0e9d12 (plain)
1
2
3
A small html parser written in C. The parser fixes broken html (missing end tags). The parser doesn't perform any dynamic allocations (heap) and neither copies any text, and only outputs the parsing result to a callback function rather than a dom tree.
# TODO
Unescape html sequences in text and attribute values