A hand rolled lexer implemented as described in HTML Living Standard Tokenization.
Dependencies
git submodule init
git submodule update
# run all tests
ib --test_all test
# build a single test
ib test/simple_token-test
# run
../out/debug/test/selector-test
int main(int, char*[]) {
// TODO
return 0;
}