package cfg

  1. Overview
  2. Docs

Module Bnf_spec.SpecSource

Sourcetype t = string

Terminals

Sourcetype nt = string

Nonterminals

Sourcetype prod = unit

Productions

Sourcetype symbol =
  1. | NT of nt
  2. | T of t
Sourceval compare_t : t -> t -> int
Sourceval compare_nt : nt -> nt -> int
Sourceval compare_prod : prod -> prod -> int
OCaml

Innovation. Community. Security.