func isLeftRecursive()

in format.go [914:916]


func isLeftRecursive(op string) bool {
	return op != operators.LogicalAnd && op != operators.LogicalOr
}