Cool, I think we need something to speed out Pure Perl code. I always hate packaging other modules or even having some crazy unnecessary prereq'a with modules.
Ilya -----Original Message----- From: [EMAIL PROTECTED] To: Sterin, Ilya Cc: '[EMAIL PROTECTED] ' Sent: 3/12/02 2:27 PM Subject: Re: Thoughts on DBD::Pg statement parser >>>>> "Sterin," == Sterin, Ilya <[EMAIL PROTECTED]> writes: Sterin,> Believe that Parse::RecDescent can now (current version) generate standalone Sterin,> code, though not sure, just heard rumors:-) No, unless something unusual just happened in a version that I haven't installed, the "compile" option merely pre-compiles a parser, but still uses code that spits out as "use Parse::RecDescent" in the front to get the actual execution engine. Sure, you could bundle that along with DBI, but that's getting a bit silly. The Parse::FastDescent module will spit out pure perl, so says the madman from Oz. Completion is scheduled for Christmas. Some year. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
