package bark

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.

OCaml

Innovation. Community. Security.