whitehole 0.8.0

A simple, fast, intuitive parser combinator framework for Rust.
Documentation
1
2
3
4
5
6
//! Operator overloading for [`Combinator`](crate::combinator::Combinator).

pub mod add;
pub mod bitor;
pub mod mul;
pub mod not;