Combinator library
Appearance
![]() | This article needs attention from an expert on the subject. Please add a reason or a talk parameter to this template to explain the issue with the article. |
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.