-
Making a naïve XML parser — Part 2: Perl and Regexp::Grammars
In this mini-series I look at building a minimally functional XML parser. Last time I used Haskell’s Parsec library. This time use Perl and the Regexp::Grammars to build an analogous XML parser.Cartoon from xkcd I recently attended Damian Conway’s underst …
- On: