By michid
via codecommit.com
Published: Jun 16 2008 / 08:37
Quite some time ago, a smart cookie named Phillip Wadler published a paper explaining the concept of “parser combinators”, a method of representing the well-understood concept of text parsing as the composition of atomic constructs which behaved according to monadic law. This idea understandably captured the imaginations of a number of leading researchers, eventually developing into the Haskell parsec library. Being a functional language with academic roots, it is understandable that Scala would have an implementation of the combinator concept included in its standard library.
Add your comment
Voters For This Link (15)
-
michid -
Moominpapa -
Volume4 -
jsugrue -
djo.mos -
ahabra -
sunitram -
marykelch -
daniel -
aalmiray -
Konstantin.Scheglov -
ldz -
yardena -
bloid -
smithandrewl


