package transept

  1. Overview
  2. Docs
Generalized parser combinator library

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
sha256=670634cc4be9a297c0f7174b61136e528a9d58ceab3ed78d71ef4680e4721e8b
md5=292994b959f2c2a55b9c1b2e10a09211

doc/transept.stream/Transept_stream/index.html

Module Transept_stream

The Transept_streams provides an implementation on top of elements list and on top of a parser. In addition Iterator can be derived from these streams.

module Via_list : sig ... end

Define stream construction from elements list source.

module Via_parser (Parser : Transept_specs.PARSER) : sig ... end

Define stream construction from parser.

module Iterator = Iterator.Make

Define iterator generator/

OCaml

Innovation. Community. Security.