Fmlib_parse.PositionRepresent a position in a text file.
val start : tPosition with points to the start of a textfile.
val line : t -> intline pos The line number corresponding to the position p. Note: The first line is line 0.
val column : t -> intcolumn pos The column number corresponding to the position p. Note: The first column is column 0.
next next_char pos: Advance the position by using the next character. If the next character is a newline, then the line number is increment and the column number is reset to 0.