summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masteradd SeparatedByWithOptTrailing combinatorJohn Turner3 months
 
 
AgeCommit messageAuthor
2025-11-26add SeparatedByWithOptTrailing combinatorHEADmasterJohn Turner
2025-11-25assert that iterator makes progress in Many combinator, in debug modeJohn Turner
2025-11-23add rest method to ParserFinishedErrorJohn Turner
2025-11-20impl ascii alternatives to alphabetic, numeric and whitespace methods and par...John Turner
2025-11-17let ParserIters store some state by passing in a &mut ParserIterState struct ...John Turner
2025-11-14impl SeparatedByWithTrailing combinatorJohn Turner
2025-11-14disallow trailing delimiter in SeparatedBy combinatorJohn Turner
2025-11-14remove Trace trait and type parameterJohn Turner
2025-11-13impl any1 parserJohn Turner
2025-11-13make alpha, numeric, alphanumeric, and whitespace return I::ItemJohn Turner
[...]