Re: How to build a new grammer for pg? - Mailing list pgsql-hackers

From Chapman Flack
Subject Re: How to build a new grammer for pg?
Date
Msg-id e2f8361a202f0a15c7ad9c52025eb67e@anastigmatix.net
Whole thread Raw
In response to Re: How to build a new grammer for pg?  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: How to build a new grammer for pg?
List pgsql-hackers
On 2023-08-01 07:58, Julien Rouhaud wrote:
> On Tue, Aug 01, 2023 at 07:36:36PM +0800, jacktby wrote:
>> Hi, I’m trying to develop a new grammar for pg
> 
> It's unclear to me whether you want to entirely replace the flex/bison 
> parser
> with something else or just add some new bison rule.

Or express a grammar matching PG's in some other parser-generator
language, to enable some other tool to parse PG productions?

Regards,
-Chap



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: should frontend tools use syncfs() ?
Next
From: Jacob Champion
Date:
Subject: Re: New Table Access Methods for Multi and Single Inserts