package js_of_ocaml-camlp4

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

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.1.tar.gz
sha256=b4c006e1555988547c21189043f6af2ca575dc52d84b6b5504918ae2e0a4cce5
md5=6c8583de8d3de628c71253c8cc7b57d1

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.