oneOf

fun <T> oneOf(vararg parsers: Parser<T>): Parser<T>

Match one of the parsers and return the result. Order matters.