package reparse

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

Reparse

Reparse is an easy to learn and use parser combinator library for ocaml. 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 an error type to denote errors in parsing rather than an exception.

Requirements

Reparse requires ocaml version 4.10.0.

Installation

$ opam install dune

API documentation

$ opam install odig 
$ odig doc reparse 

References

API function names broadly follow Angstrom library names.

OCaml

Innovation. Community. Security.