Releases: vorotynsky/ParseCpp
Releases · vorotynsky/ParseCpp
Release v0.2.1
Small release, but nice features.
- Add Composition with ignore
- Add StepBy parsers
- Changed API signature. Functions are
constexpr
.
Impovements
The library became more convenient.
Released on April 24th 2020
- Add Char parser
- Add String parser
- Add Label parser
- Add Destructing container
Changes:
- Deleted
DestructPair
andlink
- Change Composition to flatten compsition. The Old operation is
leftFoldCompose
- Change Predicate parser moved to
parsecpp::common
dev base
This release contains the minimum set of tools for working with parser combinators. It's small but ready for use.
Released on May 21th 2020
- Add String input
- Add Predicate parser
- Add Functor
- Add Applicative
- Add Monoid
- Add Alternative (with many and some)
- Add Traversable