summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2025-10-25SeparatedList1 should error on both parsers if len == 0John Turner
2025-10-24change Parser::run reciever to &selfJohn Turner
2025-10-24rename Trace type parameter to Tracer in Parser signatureJohn Turner
2025-10-24impl Ignore combinatorJohn Turner
2025-10-24impl Verify combinatorJohn Turner
2025-10-24short circuit Or combinator instead of running both parsersJohn Turner
2025-10-23clone iterator in OneOfJohn Turner
2025-10-22fix Not combinatorJohn Turner
2025-10-22impl Opt combinatorJohn Turner
2025-10-22impl Not combinatorJohn Turner
2025-10-21impl some basic parsers and combinatorsJohn Turner