package bark

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

Install

Dune Dependency

Authors

Maintainers

Sources

bark-0.1.4.tbz
sha256=a6f62483787829bd367a0e14b2f76ae440bacff7eb5d0c2925a93cd0d6145df8
sha512=59c3a18f9d374d07a09eb1c5c42675bb371bc4d35fac2ce7cd9fd8fbeaaa331555fcb1e53207e43599a02f52c3badcc805d47504fcfc30c805c28ebe4e747912

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: 20 Apr 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