Parse::RecDescent grief
2014-01-15 by , tagged as
Parse::RecDescent is a Perl library that allows me to quickly and efficiently define and stub a parser / interpreter for random DSL's that I'd like to use. My previous post touched on the subject of parsing SQL, but it turns out that module is practically impossible to extend. So I won't.