Module Js_of_ocaml_compiler.Parse_js
module Lexer : sig ... endexception Parsing_error of Js_of_ocaml_compiler.Parse_info.tval parse :
[ `Script | `Module ] ->
Js_of_ocaml_compiler.Parse_js.Lexer.t ->
Js_of_ocaml_compiler.Javascript.programval parse' :
[ `Script | `Module ] ->
Js_of_ocaml_compiler.Parse_js.Lexer.t ->
((Js_of_ocaml_compiler.Js_token.Annot.t * Js_of_ocaml_compiler.Parse_info.t)
list
* Js_of_ocaml_compiler.Javascript.program)
list
* (Js_of_ocaml_compiler.Js_token.t * Js_of_ocaml_compiler.Loc.t) listval parse_expr :
Js_of_ocaml_compiler.Parse_js.Lexer.t ->
Js_of_ocaml_compiler.Javascript.expression