Grammar guidelines in Postgres

From: Harjyot Bagga <hsbagga28(dot)dev(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Grammar guidelines in Postgres
Date: 2024-07-03 18:55:07
Message-ID: CA+FYKR-ogq6WnLtc2bKvFx5qr7UK0aYUssowb=F_zOxD0uDFXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is there a guidebook, any guidelines for writing grammar in Postgres, or
any suggestions to keep in mind?
Do we have a set of guidelines to write production rules in gram.y (for the
Bison Parser Generator) to make the grammar conflict-free and extendible in
the future?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2024-07-03 18:57:48 Re: Optimize numeric multiplication for one and two base-NBASE digit multiplicands.
Previous Message Matthias van de Meent 2024-07-03 18:36:26 Re: Parallel CREATE INDEX for GIN indexes