package melange

  1. Overview
  2. Docs
Toolchain to produce JS from Reason/OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

melange-4.0.1-52.tbz
sha256=91494286a42d2d7ef387dd062b6de26ccab223f308a74b0c60b8e43d7f6f7537
sha512=7517c7c651f118f7e2418f58fa97296890ed4623d6fdc801ff7b7abc3ae799142829c537c4dcbb1fec7c15d017cd3f85b527cad1af8b230b3da32474fdfc88df

doc/melange.js_parser/Js_parser/Lex_env/index.html

Module Js_parser.Lex_envSource

Sourcemodule Sedlexing = Flow_sedlexing
Sourcetype bol = {
  1. line : int;
  2. offset : int;
}
Sourcetype lex_state = {
  1. lex_errors_acc : (Loc.t * Parse_error.t) list;
}
Sourcetype t = {
  1. lex_source : File_key.t option;
  2. lex_lb : Sedlexing.lexbuf;
  3. lex_bol : bol;
  4. lex_in_comment_syntax : bool;
  5. lex_enable_comment_syntax : bool;
  6. lex_state : lex_state;
  7. lex_last_loc : Loc.t;
}
Sourceval empty_lex_state : lex_state
Sourceval initial_last_loc : Loc.t
Sourceval new_lex_env : File_key.t option -> Sedlexing.lexbuf -> enable_types_in_comments:bool -> t
Sourceval clone : t -> t
Sourceval lexbuf : t -> Sedlexing.lexbuf
Sourceval source : t -> File_key.t option
Sourceval state : t -> lex_state
Sourceval line : t -> int
Sourceval bol_offset : t -> int
Sourceval is_in_comment_syntax : t -> bool
Sourceval is_comment_syntax_enabled : t -> bool
Sourceval in_comment_syntax : bool -> t -> t
Sourceval debug_string_of_lexbuf : 'a -> string
Sourceval debug_string_of_lex_env : t -> string
OCaml

Innovation. Community. Security.