Lexxing and yaccing...

From: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
To: pgsql-hackers(at)hub(dot)org
Subject: Lexxing and yaccing...
Date: 1999-09-23 14:25:51
Message-ID: 1BF7C7482189D211B03F00805F8527F748C0C5@S-NATH-EXCH2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, all

For those of us who are working on the parser, and compiler, 'A Guide to Lex
& Yacc' by Thomas Niemann should probably be prescribed reading (if you
haven't already read it). This is a really constructive guide to using the
two together, and very informative.

However, the most interesting part that I noticed is on the second page,
under the 'Other Titles' section. It's called 'Operator-Precedence
Parsing'. I haven't yet managed to get to it, because the web server (or my
browser, I'm not sure yet) keeps hooching over the page, however, I'll put
money on the fact that it will provide us with some insight into solving the
current operator problem(s?) that we have (see previous postings titled
'Status Report: long query string changes' and "Postgres' lexer"). I will
try to get it. If anybody wants a copy and is too lazy to go to the web
site, let me know and I'll mail you a copy.

MikeA

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-09-23 14:40:58 Re: [HACKERS] Operator definitions
Previous Message Tom Lane 1999-09-23 14:18:01 Re: [HACKERS] Progress report: buffer refcount bugs and SQL functions