Fmlib_parse.PositionSourceRepresent a position in a text file.
Position in a text file.
line pos The line number corresponding to the position p. Note: The first line is line 0.
column 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.