js_of_ocaml-compiler
Js_of_ocaml_compiler.Parse_js
js_of_ocaml-compiler.dynlink
js_of_ocaml-compiler.findlib-support
js_of_ocaml-compiler.runtime
js_of_ocaml-compiler.runtime-files
module Lexer : sig ... end
exception Parsing_error of Parse_info.t
val parse : Lexer.t -> Javascript.program
val parse' : Lexer.t -> ((Js_token.Annot.t * Parse_info.t) list * Javascript.program) list * (Js_token.t * Loc.t) list
val parse_expr : Lexer.t -> Javascript.expression