combpop

Crates.iocombpop
lib.rscombpop
version0.0.3
sourcesrc
created_at2018-01-29 12:57:10.373765
updated_at2018-02-09 04:43:52.218109
descriptionType-based parser combinator
homepagehttps://github.com/qnighy/combpop/
repositoryhttps://github.com/qnighy/combpop/
max_upload_size
id48771
size55,040
Masaki Hara (qnighy)

documentation

README

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.
Commit count: 61

cargo fmt