I think the P::RD mailing list is the place to ask, but Parse::RecDescent is slow for anything a bit more complex.
As you already have a yacc grammar, I'd opt for Parse::YAPP, because YAPP can use yacc grammars. You lose the nice "autotree" directive though and have to write that one yourself, but that's not so bad, as all grammar work is already done...
In reply to Re: Parse::RecDescent Ada95 Grammar?
by Corion
in thread Parse::RecDescent Ada95 Grammar?
by halley
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |