-
Making a naïve XML parser — Part 1: Haskell and Parsec
In this mini-series I look at building a minimally functional XML parser; I build one first of all using Haskell’s Parsec library and then in Part Two I use Perl to build an analogous XML parser. I have recently been working my way through the Real World Haskell bo …
- On: