package reason

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Reason_declarative_lexerSource

Sourceval keyword_table : (string, Reason_parser.token) Hashtbl.t
Sourceval reverse_keyword_table : (Reason_parser.token, string) Hashtbl.t
Sourcetype state = {
  1. raw_buffer : Buffer.t;
  2. txt_buffer : Buffer.t;
}
Sourceval get_scratch_buffers : state -> Buffer.t * Buffer.t
Sourceval flush_buffer : Buffer.t -> string
Sourceval make : unit -> state
Sourceval raise_error : Reason_migrate_parsetree.Ast_411.Location.t -> Reason_errors.lexing_error -> unit
Sourceval store_lexeme : Buffer.t -> Lexing.lexbuf -> unit
Sourceval set_lexeme_length : Lexing.lexbuf -> int -> unit
Sourceval lexeme_without_comment : Lexing.lexbuf -> string
Sourceval unescape_operator : string -> string
Sourceval lexeme_operator : Lexing.lexbuf -> string
Sourceval char_for_backslash : char -> char
Sourceval char_for_decimal_code : Lexing.lexbuf -> int -> char
Sourceval char_for_hexadecimal_code : Lexing.lexbuf -> int -> char
Sourceval cvt_int_literal : string -> int
Sourceval cvt_int32_literal : string -> int32
Sourceval cvt_int64_literal : string -> int64
Sourceval cvt_nativeint_literal : string -> nativeint
Sourceval remove_underscores : string -> string
Sourceval update_loc : Lexing.lexbuf -> string option -> int -> bool -> int -> unit
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : state -> Lexing.lexbuf -> int -> Reason_parser.token
Sourceval __ocaml_lex_enter_comment_rec : state -> Lexing.lexbuf -> int -> Reason_parser.token
Sourceval comment : Buffer.t -> Location.t -> Location.t -> Lexing.lexbuf -> bool
Sourceval __ocaml_lex_comment_rec : Buffer.t -> Location.t -> Location.t -> Lexing.lexbuf -> int -> bool
Sourceval string : Buffer.t -> Buffer.t option -> Lexing.lexbuf -> bool
Sourceval __ocaml_lex_string_rec : Buffer.t -> Buffer.t option -> Lexing.lexbuf -> int -> bool
Sourceval quoted_string : Buffer.t -> string -> Lexing.lexbuf -> bool
Sourceval __ocaml_lex_quoted_string_rec : Buffer.t -> string -> Lexing.lexbuf -> int -> bool
Sourceval skip_sharp_bang : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_skip_sharp_bang_rec : Lexing.lexbuf -> int -> unit
OCaml

Innovation. Community. Security.