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
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
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
* 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