serial

fun <T : Any> serial(vararg parsers: Parser<T>): Parser<List<T>>

与えられたパーサーを順番に適用するパーサーを返します。