Skip to content

Releases: vorotynsky/ParseCpp

Release v0.2.1

01 May 15:58
v0.2.1
7dd3763
Compare
Choose a tag to compare

Small release, but nice features.

  • Add Composition with ignore
  • Add StepBy parsers
  • Changed API signature. Functions are constexpr.

Impovements

24 Apr 18:18
v0.2
60fd828
Compare
Choose a tag to compare

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 and link
  • Change Composition to flatten compsition. The Old operation is leftFoldCompose
  • Change Predicate parser moved to parsecpp::common

dev base

21 Mar 22:41
v0.1
318b5b0
Compare
Choose a tag to compare

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