Parsley 4.4.0-M3
Pre-release
Pre-release
This milestone release exposes the following new combinators:
atomic
, the new alias forattempt
, which will replace it moving forward.count
andcount1
for counting how many times a parser succeeds.count
,range
, andrange_
combinators that parse a parser within a range of possible times.- Allowed for the configuration of the meaning of whitespace in
TillNextWhitespace
. - Added the
empty(n)
combinator toparsley.Parsley
, allowing for fine caret control. - Added the
guard
helper combinator, which fails if the given parser does not successfully returntrue
.
Happy 100th release! 🥳 🎉
Full Changelog: v4.4.0-M2...v4.4.0-M3