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.10.0.tar.gz
md5=51e2d9a272314671eb5fa3fb3fd5171f
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/angstrom/angstrom.0.10.0/opam
Required by