package starpath

  1. Overview
  2. Docs
A position-aware parser combinator library with readable errors

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.5.tar.gz
md5=5478b4c258879257c8430c07b9b1e25d
sha512=e71d5602dcd313395db9f84c1fe8470f754b98e6086541e290315dc66210303846e35fe7a4cd1917b2c86103c95d27a3388ec2188ae84ce89785c69111f12b8d

Description

Tags

parser parser-combinators

Added to opam-repository:

README

starpath

A position-aware parser combinator library for OCaml with readable errors.

Currently in a very early state with no documentation. Expect breaking changes.

Heavily based on Angstrom. If performance is important for your use-case, definitely check it out.

Dependencies (2)

  1. dune >= "3.11"
  2. ocaml >= "4.11"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit2 with-test

Used by

None

Conflicts

None