angstromversion

Parser combinators built for speed and memory-efficiency

Angstrom is a parser-combinator library that makes it easy to write efficient, expressive, and reusable parsers suitable for high-performance applications. It exposes monadic and applicative interfaces for composition, and supports incremental input through buffered and unbuffered interfaces. Both interfaces give the user total control over the blocking behavior of their application, with the unbuffered interface enabling zero-copy IO. Parsers are backtracking by default and support unbounded lookahead.

AuthorSpiros Eliopoulos <spiros@inhabitedtype.com>
LicenseBSD-3-Clause
Published
Homepagehttps://github.com/inhabitedtype/angstrom
Issue Trackerhttps://github.com/inhabitedtype/angstrom/issues
MaintainerSpiros Eliopoulos <spiros@inhabitedtype.com>
Dependencies
Source [http] https://github.com/inhabitedtype/angstrom/archive/0.8.1.tar.gz
md5=d4f6d220bd3b6539067b604e6e0fe6ca
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/angstrom/angstrom.0.8.1/opam
Required by