Module Parse_js.Lexer

type t
val of_file : string -> t
val of_string : ?pos:Stdlib.Lexing.position -> ?filename:string -> string -> t
val of_channel : Stdlib.in_channel -> t