On Thu, Dec 13, 2001 at 11:15:50AM -0600, Garrett Goebel wrote: > From: Brian Ingerson [mailto:[EMAIL PROTECTED]] > > I'm pretty sure that P::RD bundles in the runtime components. > > Unless the documentation is out of date, and you're refering to a new > feature... I believe you are mistaken. P::RD just allows you to precompile > the grammar's rules not a whole parser.
I'm not too familiar with the inner workings of P::RD, but wouldn't B::Deparse help in this situation? That is, pre-compile the grammar -- keeping the P::RD dependency -- and deparse the grammar, so that the required bits are available, including P::RD. Not pretty, but should work (FSDO "work"). Z.
