Make.Lexception Uncaught of t * exnThe exception to be raised whenever an unexpected exception is raised during parsing.
exception Lexing_error of t * stringThe exception to be raised when the lexer cannot parse the input.
exception Syntax_error of t * stringThe exception to be raised whenever a syntax error is encountered by the parser.
val of_lexbuf : Lexing.lexbuf -> tMake a position using a lexbuf directly.
val mk_pos : Lexing.position -> Lexing.position -> tMake a position from two lewing positions.