Module Reason_declarative_lexerSource
Sourceval compute_quoted_string_idloc : Location.t -> int -> string -> Location.t Sourceval unescape_operator : string -> string Sourceval hex_digit_value : char -> int Sourceval char_for_backslash : char -> char Sourceval validate_encoding :
Lexing.lexbuf ->
Ocaml_util.Utf8_lexeme.t ->
Ocaml_util.Utf8_lexeme.t Sourceval ident_for_extended :
Lexing.lexbuf ->
Ocaml_util.Utf8_lexeme.t ->
Ocaml_util.Utf8_lexeme.t Sourceval validate_delim :
Lexing.lexbuf ->
Ocaml_util.Utf8_lexeme.t ->
Ocaml_util.Utf8_lexeme.t Sourceval lax_delim : string -> Ocaml_util.Utf8_lexeme.t option Sourceval is_keyword : string -> bool Sourceval check_label_name :
?raw_escape:bool ->
Lexing.lexbuf ->
Ocaml_util.Utf8_lexeme.t ->
unit 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 __ocaml_lex_tables : Lexing.lex_tables