Module Parser_standard.LexerSource
Sourcetype error = | Illegal_character of char| Illegal_escape of string * string option| Reserved_sequence of string * string option| Unterminated_string| Empty_character_literal| Keyword_as_label of string| Invalid_literal of string| Invalid_directive of string * string option
Sourceval reset_string_buffer : unit -> unit Sourceval get_stored_string : unit -> string Sourceval store_string_char : char -> unit Sourceval store_string : string -> unit Sourceval in_string : unit -> bool Sourceval digit_value : char -> int Sourceval char_for_backslash : char -> char Sourceval is_keyword : string -> bool Sourceval __ocaml_lex_tables : Lexing.lex_tables Sourcetype newline_state = | NoLine| NewLine| BlankLine