Tokenizer.Errors
Parse error types.
type t = {
code : string;
line : int;
column : int;
}
val make : code:string -> line:int -> column:int -> t
val to_string : t -> string