package reparse

  1. Overview
  2. Docs
On This Page
  1. references
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 and error type to denote errors in parsing rather than an exception.

references

API function names broadly follow Angstrom library names.

OCaml

Innovation. Community. Security.