Module Pos.Position

Lexer positions

type t = Stdlib.Lexing.position

A position in a lexer stream

val to_string : t -> string

Pretty-print a position

val zero : t

Initial position

val column : t -> int

Get the coloumn offset associated to a lexing position