1//! Parser combinator functions. 2pub mod controlling; 3pub mod delimiting; 4pub mod matching; 5pub mod separating;