package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Lexer : sig ... end
exception Parsing_error of Parse_info.t
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