package reparse

  1. Overview
  2. Docs
Recursive descent parsing library for ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

reparse-v1.0.1.tbz
sha256=6ec365110148724034a6c3ff9518b9005448e389ad3f2cbc45eaca76f0af5354
sha512=87ebf7cab219d44633d53926b3aa25b2eec045f0e48a0ffaa7b345846db3325e6fa04d9aab6d5abdf9c36d545b7db3128335ab5c63ea1604f86f9d4ce5dc85d1

doc/index.html

reparse

API

Library reparse

  • 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.
OCaml

Innovation. Community. Security.