BinaryOperatorParser

fun BinaryOperatorParser(precedence: Int, operator: BinaryOperationType, leftAssoc: Boolean = true)