Files
ladybird/Libraries/LibWeb/Parser/HTMLTokenizer.cpp
Andreas Kling ecd25ce6c7 LibWeb: Allow HTML tokenizer to emit more than one token
Tokens are now put on a queue when emitted, and we always pop from that
queue when returning from next_token().
2020-05-26 15:50:05 +02:00

41 KiB