package reason

  1. Overview
  2. Docs
Reason: Syntax & Toolchain for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

reason-3.8.0.tbz
sha256=9478724b01767320064ba950ddea24c5df0eefdcdd8ff1324ba9ccd646258979
sha512=c5dcec810a1981b78b19271a8a255f4087628514725d6818419b141be6346a62b28fe8d0f10855efe420ede2839bfe562aa5abf21f29d66250e5c0d02323d6d8

doc/reason/Reason_declarative_lexer/index.html

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.