Are there modules/frameworks that exist to create classes from a
grammar spec
(e.g. EBNF)? Restating, I'm envisaging something where the input is a
grammar and the output is a class or set of classes that provides
parsing capabilities and validating accessor methods.
Immediate application is feeding the PDF spec (which admittedly doesn't
quite exist in EBNF) and having something I can programmatically
generate PDF from.
PDF::* isn't terribly capable at anything and the two sets of authors
haven't rev'ed it for a while and Text::PDF::* has almost no
documentation (= useless, IMO).
Paul
(PS Any ideas why autoformat creates that gap on line 2?)