plus

operator fun <T : Any> Parser<T>.plus(other: Parser<T>): OrParser<T>
operator fun <T : Any> OrParser<T>.plus(other: Parser<T>): OrParser<T>