package reparse

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

reparse 1.0.2

Libraries

This package provides the following libraries (via ocamlobjinfo):

reparse

Documentation:

  • Reparse Reparse is an easy to learn and use parser combinator library. It is designed to aid authoring recursive descent style parsers. It removes the tedium of having to maintain parser/lexer input buffer. It emphasises and enables monadic style of writing parsers. As such the parser uses error type to denote errors in parsing rather than the ocaml exception.