Function lip::zero_or_more[][src]

pub fn zero_or_more<'a, P: 'a, A, S: Clone + 'a>(
    parser: P
) -> BoxedParser<'a, Vec<A>, S> where
    P: Parser<'a, A, S>, 
Expand description

Run the parser zero or more times and combine each output into a vector of outputs.