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 22:39, 15 December 2006 («+"-subject|Programming languages"»). 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; this allows domain-specific programming languages to be easily embedded into a general purpose language. An example would be the Parsec parser[1] for Haskell.

See also