Point
A location in a source code file. The line should be in 1..n, the column in 0..n.
Consider a file with one line, containing text "HELLO":
the point before the first character will be Point(1, 0)
the point at the end of the first line, after the letter "O" will be Point(1, 5)