include module type of struct include Ocaml_common.Lexer end
type error = Lexer.error = | Illegal_character of char| Illegal_escape of string * string option| Reserved_sequence of string * string option| Unterminated_string| Keyword_as_label of string| Invalid_literal of string| Invalid_directive of string * string option
exception Error of error * Location.tval in_string : unit -> boolval print_warnings : bool refval handle_docstrings : bool refval keyword_table : (string, Ocaml_common.Parser.token) Hashtbl.t