aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b90e48b809d6f33de4815ffbed7dc8db33a28a99 (plain)
1
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.