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

Description

reparse is an easy to learn and use parser combinator library. It is designed to aid authoring recursive descent style parsers.

Published: 30 Jul 2020

README

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.

Dependencies (5)

  1. bigstringaf
  2. ppx_sexp_conv
  3. sexplib0
  4. dune >= "2.6"
  5. ocaml >= "4.10.0"

Dev Dependencies

None

Used by (1)

  1. http-multipart-formdata < "1.1.0"

Conflicts

None

OCaml

Innovation. Community. Security.