zeroOrMore

fun <T> zeroOrMore(parser: Parser<T>): Parser<List<T>>

Run the same parser many times and return results till a failure.