This is an experience report of playing with Megaparsec, a parser combinator| thewagner.net
A practical example of “Parse, don't validate” in Haskell.| juliu.is
A Nock Interpreter| jtobin.io
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
For day 16 Advent of Code 2021, it was all about monadic parser combinators (whatever they are)! Just like Day 15, this one took me a lot longer to complete than I had wanted, this time it was all about learning Haskell’s approach to parsing text. According to the story, we had to decode a message in a custom binary format, the Buoyancy Interchange Transmission System (BITS). BITS is a message format that encodes both literal values and operations.| beny23.github.io