[][src]Function lip::zero_or_more

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>, 

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