in reply to Re: Block-structured language parsing using a Perl module?
in thread Block-structured language parsing using a Perl module?
The problem with those is they are
These are no use because I'm looking for a parser constructor module.
It is unsurprising that the author of a given module is motivated enough, and reasonably adept at using his own module, to persist in getting something moderately complicated to work.
But can anyone else?
If I could find an example of a parser module being used a) in a real-world project; b) of reasonable complexity; c) by some one other than its author; it would give some level of confidence that the module stands up to a) being learned; b) being debugged; c) being maintained in a timely fashion when bugs discovered through real-world usage are reported.
Of the 3 modules I've experimented with, they:
I want to use a parser; not learn about the theory behind them.
A can see I am going to end up writing my own; but given the richness of the modules on cpan, I hoped that there was one amongst them that might stand up to RW usage.
|
|---|