aboutsummaryrefslogtreecommitdiff
path: root/src/naive_parser.rs
AgeCommit message (Collapse)Author
2023-09-03//: elaborate on what a proper parser would doMartin Fischer
2023-09-03fix!: add missing `R: Position<O>` boundsMartin Fischer
It doesn't make sense that you're able to construct a Tokenizer/NaiveParser that you're unable to iterate over.
2023-08-19feat: introduce NaiveParserMartin Fischer