html: add simple tokenizer and parser

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2023-11-17 15:14:24 +01:00
parent 424f297c7b
commit 87c41c0947
3 changed files with 3529 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <stdex/exception.hpp>
#include <stdex/hash.hpp>
#include <stdex/hex.hpp>
#include <stdex/html.hpp>
#include <stdex/idrec.hpp>
#include <stdex/interval.hpp>
#include <stdex/locale.hpp>

2501
include/stdex/html.hpp Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff