summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
119 min.impl Character for u8HEADmasterJohn Turner
2025-11-26add SeparatedByWithOptTrailing combinatorJohn 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 ↵John Turner
parsers
2025-11-17let ParserIters store some state by passing in a &mut ParserIterState struct ↵John Turner
to next
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
2025-11-12make sure AtLeast collected at least N outputs even if reaching the end of inputJohn Turner
2025-11-01stop tracking .dir-locals.elJohn Turner
2025-11-01impl Find combinatorJohn Turner
2025-11-01feature gate regex parserJohn Turner
2025-11-01create ParserIter traitJohn Turner
2025-10-30rename List to Repeated and SeparatedList to SeparatedByJohn Turner
2025-10-30change sexpr function to return a closure, and give it a commentJohn Turner
2025-10-30set unused imports to denyJohn Turner
2025-10-29impl any parserJohn Turner
2025-10-28update Cargo.tomlJohn Turner
2025-10-28add LICENSEJohn Turner
2025-10-27move counter increment above the delimiter checkJohn Turner
2025-10-27bring back separated_list but with a range parameterJohn Turner
2025-10-27replace not function with methodJohn Turner
2025-10-27remove opt function and replace it with methodJohn Turner
2025-10-27replace take_while and separated_list with list combinatorJohn Turner
2025-10-26take reference to regex struct in Regex parserJohn Turner
2025-10-26change regex parser to accept a Regex struct as an option instead of &strJohn Turner
2025-10-26impl Regex parserJohn Turner
2025-10-25impl Eof parserJohn Turner
2025-10-25create VerifyOutput combinatorJohn Turner
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
2025-10-19initJohn Turner