We write a JSON parser from scratch in Haskell and learn about basics of parsing, nuances of the JSON syntax, and parser combinators and property-based testing in Haskell.| abhinavsarkar.net
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