gobble 0.6.3

A Combinator based parser for strings that gets out of the way, and leaves your code looking like a grammer
Documentation
1
2
3
4
5
6
7
8
//! This Is a prelude tye module for using Gobble
//! If the parser is written in another module and you only need access to the traits that make it
//! work
//! use gobble::traits::*;

pub use crate::chars::CharBool;
pub use crate::iter::LCChars;
pub use crate::ptrait::Parser;