So what you're saying is I could use this to parse HTML?
Parsing HTML can be done with a state machine. That’s how HTML5 defines how to parse it: https://html.spec.whatwg.org/multipage/syntax.html#syntax
91–91 of 91 posts
So what you're saying is I could use this to parse HTML?