3 releases

Uses old Rust 2015

0.0.3 Feb 9, 2018
0.0.2 Feb 3, 2018
0.0.1 Jan 29, 2018

#212 in Parser tooling

25 downloads per month

Apache-2.0/MIT

44KB
1.5K SLoC

combpop: a type-based parser combinator for Rust

Aim

  • Monadic parser with consumed/empty and ok/error modes, as in Parsec
  • Support both on-memory streams and on-demand streams
  • Consistent semantics

Current Status

  • Still in a design phase
  • There are example Stream and Parser implementations, but the interfaces are still unstable.
  • A simple parser for \w+ works now.

lib.rs:

Combpop is a type-based parser combinator library.

No runtime deps