CCParse.Position
type t = position
val line : t -> int
Line number, 0 based
val column : t -> int
Column number, 0 based
val line_and_column : t -> int * int
Line and column number
val pp : Stdlib.Format.formatter -> t -> unit
Unspecified pretty-printed version of the position.