parseme
Parseme is a simple parser combinator framework which takes advantage of Rust's type system.
Examples
A basic identifier parser using Unicode XID via parseme::xid (requires the xid feature, enabled by default).
use Source;
Parseme is a simple parser combinator framework which takes advantage of Rust's type system.
A basic identifier parser using Unicode XID via parseme::xid (requires the xid feature, enabled by default).
use Source;