package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml_compiler.Parse_js

module Lexer : sig ... end
exception Parsing_error of Parse_info.t
val parse' : Lexer.t -> Javascript.program * Js_token.t list * Js_token.t list
val parse_expr : Lexer.t -> Javascript.expression