recdescent  

Re: evaluating an expression while parsing

Ted Zlatanov
Thu, 15 Jul 2004 14:41:44 -0700

On Wed, 14 Jul 2004, [EMAIL PROTECTED] wrote:

> I think it is better to create an "executable" and then execute it.

Isn't this a lot harder to debug?  It seems like dumping the contents
of a data structure is a lot easier than dumping subroutines.  With
the high rate of P::RD initial grammar bugs, at least in my
experience, this is an important consideration.

Ted