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:21, 15 December 2006 («new: +"{{expand}} A '''combinator library''' is a software library which implements a combinator parser for a functional programming language. An example would be the Parsec parser[http://www.haskell.org/haskellwiki/Parsec] {{software-s). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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].