package fmlib

  1. Overview
  2. Docs
module Buffer : sig ... end
module Character : sig ... end

Character Parser: An indentation sensitive parser which parses streams of characters i.e. the token type is char.

module Character_state : sig ... end
module Error : sig ... end
module Generic : sig ... end

A Generic Parser where all parameters are customizable.

module Indent : sig ... end

The allowed indentations: Helper module for indentation sensitive parsing.

module Interfaces : sig ... end
module Located : sig ... end

A parsing construct located within a file.

module Parse : sig ... end

Parsing Library

module Position : sig ... end

Represent a position in a text file.

module Test_calculator : sig ... end
module Test_character : sig ... end
OCaml

Innovation. Community. Security.