microparsec
A simple parser crate for Rust.
How to use
Look at the documentation to see how to use each parser.
Example
use ;
let hello_parser = new;
let spaces_parser = new;
let world_parser = new;
let res = new.parse;
assert_eq!;
A simple parser crate for Rust.
Look at the documentation to see how to use each parser.
use ;
let hello_parser = new;
let spaces_parser = new;
let world_parser = new;
let res = new.parse;
assert_eq!;