Skip to content
/ combpop Public

A type-based parser combinator for Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

qnighy/combpop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A type-based parser combinator for Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages