This is an experience report of playing with Megaparsec, a parser combinator| thewagner.net
In this article, we will show you how to implement simple parser combinators from scratch and how to use the Megaparsec library to implement a parser for S-expressions.| Parser Combinators in Haskell
Monadic parser combinators| Hackage