| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-04-25 | 642 Bytes | |
| v0.14.0 source code.tar.gz | 2020-04-25 | 116.4 kB | |
| v0.14.0 source code.zip | 2020-04-25 | 135.0 kB | |
| Totals: 3 Items | 252.0 kB | 0 | |
Breaking Changes
countfails if its argument is negative, rather than raising. (#192)parse_stringandparse_bigstringtake a requiredconsumeargument, specifying whether the parse is expected to consume a prefix of the input, or the entire input. The previous behavior wasPrefix. (#196)
Features and Enhancements
- improve the failure message of
satisfy(#185) - add
consumedandconsumed_bigstringcombinators, which take a parsertand returns a parser that produces the range of input thattconsumed. (#163) - make
posandavailablepart of the public API as expert, undocumented parsers. (#195)