package menhirSdk

  1. Overview
  2. Docs

Module Cmly_read.ReadSource

Parameters

module X : sig ... end

Signature

Sourcetype terminal = private int
Sourcetype nonterminal = private int
Sourcetype production = private int
Sourcetype lr0 = private int
Sourcetype lr1 = private int
Sourcetype item = production * int
Sourcetype ocamltype = string
Sourcetype ocamlexpr = string
Sourcemodule Range : sig ... end
Sourcemodule Attribute : sig ... end
Sourcemodule Grammar : sig ... end
Sourcemodule Terminal : sig ... end
Sourcemodule Nonterminal : sig ... end
Sourcetype symbol =
  1. | T of terminal
  2. | N of nonterminal
Sourceval symbol_name : ?mangled:bool -> symbol -> string
Sourcetype identifier = string
Sourcemodule Action : sig ... end
Sourcemodule Production : sig ... end
Sourcemodule Lr0 : sig ... end
Sourcemodule Lr1 : sig ... end
Sourcemodule Print : sig ... end