Re: evaluating an expression while parsing
[email protected] ("Ted Zlatanov") 15 Jul 2004 13:17:03 -0400
| Newsgroups | perl.recdescent |
|---|---|
| Organization | Теодор Златанов @ Cienfuegos |
| Message-ID | <[email protected]> |
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