aboutsummaryrefslogtreecommitdiff
path: root/src/naive_parser.rs
AgeCommit message (Expand)Author
2023-09-28break!: remove Token::ErrorMartin Fischer
2023-09-27break!: remove Emitter::pop_token, use Iterator insteadMartin Fischer
2023-09-27chore: move bounds to where clauseMartin Fischer
2023-09-11chore: move DefaultEmitter to own moduleMartin Fischer
2023-09-03docs: add example for NaiveParser's CDATA handlingMartin Fischer
2023-09-03fix!: remove adjusted_current_node_present_and_not_in_html_namespaceMartin Fischer
2023-09-03//: elaborate on what a proper parser would doMartin Fischer
2023-09-03fix!: add missing `R: Position<O>` boundsMartin Fischer
2023-08-19feat: introduce NaiveParserMartin Fischer