reason
Reason: Syntax & Toolchain for OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package reason
-
reason
-
reason.cmdliner
-
reason.easy_format
-
reason.ocaml-migrate-parsetree
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library reason
Module
Reason_declarative_lexer
val keyword_table : ( string, Reason_parser.token ) Hashtbl.t
val reverse_keyword_table : ( Reason_parser.token, string ) Hashtbl.t
val flush_buffer : Buffer.t -> string
val make : unit -> state
val raise_error :
Reason_omp.Ast_411.Location.t ->
Reason_errors.lexing_error ->
unit
val store_lexeme : Buffer.t -> Lexing.lexbuf -> unit
val set_lexeme_length : Lexing.lexbuf -> int -> unit
val lexeme_without_comment : Lexing.lexbuf -> string
val lexeme_operator : Lexing.lexbuf -> string
val char_for_decimal_code : Lexing.lexbuf -> int -> char
val char_for_hexadecimal_code : Lexing.lexbuf -> int -> char
val update_loc : Lexing.lexbuf -> string option -> int -> bool -> int -> unit
val token : state -> Lexing.lexbuf -> Reason_parser.token
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
ON THIS PAGE
No table of contents