package melange

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.