Module Js_of_ocaml_compiler.Parse_js
module Lexer : sig ... endexceptionParsing_error of Parse_info.t
val parse : Lexer.t -> Javascript.programval parse' : Lexer.t -> Javascript.program * Js_token.t list * Js_token.t listval parse_expr : Lexer.t -> Javascript.expression