package js_of_ocaml-camlp4

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

Install

Dune Dependency

Authors

Maintainers

Sources

3.1.0.tar.gz
sha256=7970b15482d4804f81a8d7e5e57527ac82563771be1420986985a6878fbc3d38
md5=b7a03bea097ac6bda3aaaf4b12b82581

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.