list

fun <T : Any> Parser<T>.list(min: Int = 0, max: Int = Int.MAX_VALUE): ListParser<T>