aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0a5bbfe0b95cf9c9096b0b9eaef1393446170bac (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 only outputs the parsing result to a callback function rather than a dom tree.
# TODO
Unescape html sequences in text and attribute values