Re: [GENERAL] ISO TESTS for a Pg lexer+parser

2007-07-19 Thread Kynn Jones
On 7/6/07, Stephen Frost <[EMAIL PROTECTED]> wrote: * Kynn Jones ([EMAIL PROTECTED]) wrote: > Hi! I am in the process of writing a PostgreSQL lexer/parser in Perl, > because everything else I've found in this area is too buggy. I'm > basing this lexer/parser on the lexer and parser encoded resp

Re: [GENERAL] ISO TESTS for a Pg lexer+parser

2007-07-06 Thread Bruce Momjian
Stephen Frost wrote: -- Start of PGP signed section. > * Kynn Jones ([EMAIL PROTECTED]) wrote: > > Hi! I am in the process of writing a PostgreSQL lexer/parser in Perl, > > because everything else I've found in this area is too buggy. I'm > > basing this lexer/parser on the lexer and parser encod

Re: [GENERAL] ISO TESTS for a Pg lexer+parser

2007-07-06 Thread Dann Corbit
This stuff: /postgresql-8.2.4/src/test/regress/sql Should do for starters. > -Original Message- > From: [EMAIL PROTECTED] [mailto:pgsql-general- > [EMAIL PROTECTED] On Behalf Of Kynn Jones > Sent: Friday, July 06, 2007 12:15 PM > To: pgsql-general@postgresql.org > Subject: [GENERAL] ISO TE

Re: [GENERAL] ISO TESTS for a Pg lexer+parser

2007-07-06 Thread Stephen Frost
* Kynn Jones ([EMAIL PROTECTED]) wrote: > Hi! I am in the process of writing a PostgreSQL lexer/parser in Perl, > because everything else I've found in this area is too buggy. I'm > basing this lexer/parser on the lexer and parser encoded respectively > in scan.l and gram.y under src/backend/pars