Issues
- 0
Dependency Dashboard
#42 opened by renovate - 0
[Feature]: add a flatten combinator, that will flatten a slice of strings into a single string
#64 opened by purpleclay - 0
- 0
- 0
- 1
[Feature]: add a new split combinator that is capable of splitting the input by a known delimiter
#59 opened by purpleclay - 0
[Feature]: switch around the order of arguments to both prefixed and suffixed to match strings standard library
#57 opened by purpleclay - 0
[Feature]: add the ability to peek into the input text without chomping any of the text
#47 opened by purpleclay - 0
[Feature]: write a utility parser that will consumer text until the end of a line
#48 opened by purpleclay - 0
[Feature]: extend existing predicate combinators to support variable number of matches
#49 opened by purpleclay - 0
[Bug]: the remaining text should be returned when a combinator errors is raised
#43 opened by purpleclay - 0
- 0
[Feature]: add a new combinator that will keep parsing input text until it no longer matches
#34 opened by purpleclay - 0
- 0
[Feature]: support repeating a combinator between a configurable range of times
#30 opened by purpleclay - 0
[Feature]: ensure error message is clear and concise when a nested combinator fails
#28 opened by purpleclay - 0
[Feature]: add basic conversion combinators to enable greater chaining of combinators
#26 opened by purpleclay - 0
[CI]: add release workflow
#22 opened by purpleclay - 0
- 0
[Feature]: allow a combinator to be optional
#18 opened by purpleclay - 0
- 0
[Feature]: use generics to support combinators that can return multiple types
#14 opened by purpleclay - 0
- 0
- 0
[Feature]: add a basic set of parsers that enable the chaining of combinators
#8 opened by purpleclay - 0
- 0
- 0
[Feature]: Define a basic parser and combinator for chomping characters within a string
#1 opened by purpleclay