aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix break tag parsing and code formatHEADmasterYaroslav de la Peña Smirnov2023-01-26
| | | | auto-formatted the code with clang-format.
* Switch boolean type to uintptr_tYaroslav de la Peña Smirnov2022-03-31
| | | | | Dumb me, of course boolean could overflow and result in a false (0) case even if there was something.
* Fix closing tags eating tokensYaroslav de la Peña Smirnov2022-03-24
|
* Initial commitYaroslav de la Peña Smirnov2022-03-24
Basically it works, just needs some polishing and maybe a couple of features that I could actually use. Also probably better docs. Not sure if it will be of use to anybody besides me.