package earley

  1. Overview
  2. Docs

Module Input.TblSource

Second kind of table: unordered, but imperative and more efficient

Sourcetype 'a t
Sourceval create : unit -> 'a t
Sourceval add : 'a t -> buffer -> int -> 'a -> unit
Sourceval find : 'a t -> buffer -> int -> 'a
Sourceval clear : 'a t -> unit
Sourceval iter : 'a t -> ('a -> unit) -> unit
OCaml

Innovation. Community. Security.