Re: More on the TAP::Grammar

2006-07-07 Thread Michael G Schwern
On 7/7/06, Ovid <[EMAIL PROTECTED]> wrote: This long-winded (as usual) explanation brings me around to my actual question: is there really any need to have the lexing and parsing stages clearly delineated? I can't see why, but from you mentioning several times that "that's a parser's job, no

Re: More on the TAP::Grammar

2006-07-07 Thread Ovid
- Original Message From: Ovid <[EMAIL PROTECTED]> > Also, since I had not seen the TAP::Harness work before, I didn't > know that a separate parser was already being planned. My only > motivation for writing TAP::Parser was my assumption that it was > needed and was not going to otherwis

Re: More on the TAP::Grammar

2006-07-07 Thread Ovid
- Original Message From: Michael G Schwern <[EMAIL PROTECTED]> On 7/4/06, Ovid <[EMAIL PROTECTED]> wrote: > > Because we're discarding anything which does not look like a plan or a test > > line > > Don't discard them, just pass them through unaltered. Don't want to > lose any informat

Re: More on the TAP::Grammar

2006-07-05 Thread Michael G Schwern
On 7/4/06, Ovid <[EMAIL PROTECTED]> wrote: Because we're discarding anything which does not look like a plan or a test line Don't discard them, just pass them through unaltered. Don't want to lose any information. The /^#/ lines should be marked as comments. Anything else is marked as junk bu