package bark

  1. Overview
  2. Docs
Unofficial OCaml port of elm/parser (v1.1.0)

Install

Dune Dependency

Authors

Maintainers

Sources

bark-0.1.3.tbz
sha256=9fbfa004af2ef497cfd6fbcf0b8bc71078dbb1ca2329cc67fc8cbe763c30b1ed
sha512=2455beba5ea208ff2b08eeb809d5a9bd2e2023cda83c601ab475f4fcb2b6a3666e1a2104117d7fa4c723641267af3680e5b628c251013f6255d04122e1a2b070

Description

This is an unofficial OCaml port of the elm/parser library (version 1.1.0) by Evan Czaplicki.This port is extremely faithful and copies the original almost line-for-line.

Published: 30 Mar 2020

README

bark

This is an UNOFFICIAL OCaml port of the elm/parser library (version 1.1.0) by Evan Czaplicki.

This port is extremely faithful and copies the original almost line-for-line. Accordingly, the documentation for the elm/parser library (which is excellent) will be enough to understand how to use this library.

The main difference between bark and elm/parser is that elm/parser supports:

  • double-wide Unicode characters, and

  • fancier number parsing (e.g. octal, hex),

neither of which are supported by bark.

Dependencies (2)

  1. dune >= "1.11"
  2. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.