InfixParserImpl

fun InfixParserImpl(precedence: Int, block: InfixFunction<T, E>)