Download Latest Version v0.16.1 source code.tar.gz (117.6 kB)
Email in envelope

Get an email when there's a new version of Angstrom

Home / 0.14.0
Name Modified Size InfoDownloads / 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

  • count fails if its argument is negative, rather than raising. (#192)
  • parse_string and parse_bigstring take a required consume argument, specifying whether the parse is expected to consume a prefix of the input, or the entire input. The previous behavior was Prefix. (#196)

Features and Enhancements

  • improve the failure message of satisfy (#185)
  • add consumed and consumed_bigstring combinators, which take a parser t and returns a parser that produces the range of input that t consumed. (#163)
  • make pos and available part of the public API as expert, undocumented parsers. (#195)
Source: README.md, updated 2020-04-25