Jump to content

Combinator library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gwern (talk | contribs) at 06:22, 15 December 2006 («+"==See also== *Combinatory logic"»). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A combinator library is a software library which implements a combinator parser for a functional programming language. An example would be the Parsec parser[1].

See also