package js_of_ocaml-camlp4

  1. Overview
  2. Docs
Compiler from OCaml bytecode to Javascript

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.0.tar.gz
sha256=eb49ca6d66ac51a41cf611f1a6a85269d310dbc1711ac4b819c9a04ee53b5a4e
md5=bba5e95158d0e421b3878db746e7a4ed

doc/pa_js/Pa_js/Make/Gram/Entry/index.html

Module Gram.Entry

type 'a t = 'a Syntax.Gram.Entry.t
val mk : string -> 'a t
val of_parser : string -> (token_stream -> 'a) -> 'a t
val setup_parser : 'a t -> (token_stream -> 'a) -> unit
val name : 'a t -> string
val print : Stdlib.Format.formatter -> 'a t -> unit
val dump : Stdlib.Format.formatter -> 'a t -> unit
val obj : 'a t -> internal_entry
val clear : 'a t -> unit
OCaml

Innovation. Community. Security.