repeat

fun <T> repeat(min: Int, max: Int?, parser: Parser<T>): Parser<List<T>>

Repeatedly match the parser from min to max (inclusive) count