tree-sitter/spec/runtime/helpers/point_helpers.h
2015-12-02 17:28:52 -05:00

8 lines
252 B
C++

bool operator==(const TSPoint &left, const TSPoint &right);
bool operator<(const TSPoint &left, const TSPoint &right);
bool operator>(const TSPoint &left, const TSPoint &right);
std::ostream &operator<<(std::ostream &stream, const TSPoint &point);