aboutsummaryrefslogtreecommitdiff
path: root/src/naive_parser.rs
AgeCommit message (Expand)Author
2023-09-28break!: rename State variantsMartin Fischer
2023-09-28break!: remove CdataActionMartin Fischer
2023-09-28feat: implement BasicEmitterMartin Fischer
2023-09-28chore: add BasicEmitter stubMartin Fischer
2023-09-28break!: rename DefaultEmitter to TracingEmitterMartin Fischer
2023-09-28refactor: make NaiveParser new* signatures more readableMartin Fischer
2023-09-28break!: remove NaiveParser::new_with_spansMartin Fischer
2023-09-28refactor: move machine impl details to machine moduleMartin Fischer
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