package js_of_ocaml-camlp4

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

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.2.tar.gz
sha256=20f4c2b6e31f3ae3b72f6abebe69aac9782c6bd49cd3a65c0e2b51d6d659bda1
md5=3942520b7f4e30bf0a23d4df4cf21537

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.