package menhirSdk

  1. Overview
  2. Docs

Module Read.NonterminalSource

include Cmly_api.INDEXED with type t = nonterminal
Sourceval count : int
Sourceval of_int : int -> t
Sourceval to_int : t -> int
Sourceval iter : (t -> unit) -> unit
Sourceval fold : (t -> 'a -> 'a) -> 'a -> 'a
Sourceval tabulate : (t -> 'a) -> t -> 'a
Sourceval name : t -> string
Sourceval mangled_name : t -> string
Sourceval kind : t -> [ `REGULAR | `START ]
Sourceval typ : t -> ocamltype option
Sourceval positions : t -> Range.t list
Sourceval nullable : t -> bool
Sourceval first : t -> terminal list
Sourceval attributes : t -> Attribute.t list
OCaml

Innovation. Community. Security.