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

From Andrew Dunstan
Subject Re: How to build a new grammer for pg?
Date
Msg-id 687bfb29-b79c-ff77-5a2a-80466a755b4e@dunslane.net
Whole thread Raw
In response to Re: How to build a new grammer for pg?  (Chapman Flack <chap@anastigmatix.net>)
Responses Re: How to build a new grammer for pg?
List pgsql-hackers


On 2023-08-01 Tu 12:50, Chapman Flack wrote:
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?



Or to enable some language other than SQL (QUEL anyone?)


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: POC, WIP: OR-clause support for indexes
Next
From: "Regina Obe"
Date:
Subject: RE: [PATCH] Support % wildcard in extension upgrade filenames