package reason

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

Install

Dune Dependency

Authors

Maintainers

Sources

reason-3.14.0.tbz
sha256=1d09ba24a0594745ab6b38b4d5f81ead8565b73cb69ad46af1c2c26f8d324f00
sha512=542d63c99ab976d011ca39953c022bdd2120177d5905df7ee6ff9623ec4d52c09a323ff7aec95fba5e71611c3850a88172e1c2be94ce68d966b5680ddd436494

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 store_lexeme : Buffer.t -> Lexing.lexbuf -> unit
Sourceval set_lexeme_length : Lexing.lexbuf -> int -> unit
Sourceval compute_quoted_string_idloc : Location.t -> int -> string -> Location.t
Sourceval lexeme_without_comment : Lexing.lexbuf -> string
Sourceval unescape_operator : string -> string
Sourceval lexeme_operator : Lexing.lexbuf -> string
Sourceval hex_digit_value : char -> int
Sourceval hex_num_value : Lexing.lexbuf -> first:int -> last:int -> int
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 uchar_for_uchar_escape : Lexing.lexbuf -> Uchar.t
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.