Re: [INTERFACES] esql\c documentation

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: selkovjr(at)mcs(dot)anl(dot)gov
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] esql\c documentation
Date: 1999-06-22 06:36:42
Message-ID: 376F2EFA.6AECCBE@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> Excuse me -- what's wrong with shift/reduce conflicts? I have over a
> hundred of those in one of my applications.

If it is the kind of shift/reduce conflict reported by yacc/bison
(rather than a less severe clarification printed in the bison "-v" log
file) then it means that there is a significant part of your grammar
which can *never* be reached! The parser will always choose one of the
two possible paths in the conflict, and will never choose the other.
Not good if you actually wanted to use the full language.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 1999-06-22 08:46:02 Re: [INTERFACES] esql\c documentation
Previous Message 오재훈 1999-06-22 06:28:00 [Q] JDBC + Servlet ?