package reason

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val keyword_table : (string, Reason_parser.token) Hashtbl.t
val reverse_keyword_table : (Reason_parser.token, string) Hashtbl.t
type state = {
  1. raw_buffer : Buffer.t;
  2. txt_buffer : Buffer.t;
}
val get_scratch_buffers : state -> Buffer.t * Buffer.t
val flush_buffer : Buffer.t -> string
val make : unit -> state
val store_lexeme : Buffer.t -> Lexing.lexbuf -> unit
val set_lexeme_length : Lexing.lexbuf -> int -> unit
val lexeme_without_comment : Lexing.lexbuf -> string
val unescape_operator : string -> string
val lexeme_operator : Lexing.lexbuf -> string
val char_for_backslash : char -> char
val char_for_decimal_code : Lexing.lexbuf -> int -> char
val char_for_hexadecimal_code : Lexing.lexbuf -> int -> char
val cvt_int_literal : string -> int
val cvt_int32_literal : string -> int32
val cvt_int64_literal : string -> int64
val cvt_nativeint_literal : string -> nativeint
val remove_underscores : string -> string
val update_loc : Lexing.lexbuf -> string option -> int -> bool -> int -> unit
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val __ocaml_lex_token_rec : state -> Lexing.lexbuf -> int -> Reason_parser.token
val enter_comment : state -> Lexing.lexbuf -> Reason_parser.token
val __ocaml_lex_enter_comment_rec : state -> Lexing.lexbuf -> int -> Reason_parser.token
val comment : Buffer.t -> Location.t -> Location.t -> Lexing.lexbuf -> bool
val __ocaml_lex_comment_rec : Buffer.t -> Location.t -> Location.t -> Lexing.lexbuf -> int -> bool
val string : Buffer.t -> Buffer.t option -> Lexing.lexbuf -> bool
val __ocaml_lex_string_rec : Buffer.t -> Buffer.t option -> Lexing.lexbuf -> int -> bool
val quoted_string : Buffer.t -> string -> Lexing.lexbuf -> bool
val __ocaml_lex_quoted_string_rec : Buffer.t -> string -> Lexing.lexbuf -> int -> bool
val skip_sharp_bang : Lexing.lexbuf -> unit
val __ocaml_lex_skip_sharp_bang_rec : Lexing.lexbuf -> int -> unit