package zelus

  1. Overview
  2. Docs
type lexical_error =
  1. | Illegal_character
  2. | Unterminated_comment
  3. | Bad_char_constant
  4. | Unterminated_string
exception Lexical_error of lexical_error * Location.location
val comment_depth : int ref
val keyword_table : (string, Parser.token) Hashtbl.t
val initial_string_buffer : bytes
val string_buff : bytes ref
val string_index : int ref
val reset_string_buffer : unit -> unit
val store_string_char : char -> unit
val get_stored_string : unit -> bytes
val char_for_backslash : char -> char
val char_for_decimal_code : Lexing.lexbuf -> int -> char
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val __ocaml_lex_main_rec : Lexing.lexbuf -> int -> Parser.token
val comment : Lexing.lexbuf -> unit
val __ocaml_lex_comment_rec : Lexing.lexbuf -> int -> unit
val string : Lexing.lexbuf -> unit
val __ocaml_lex_string_rec : Lexing.lexbuf -> int -> unit
OCaml

Innovation. Community. Security.