help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SQL grammar


From: Hans Aberg
Subject: Re: SQL grammar
Date: Sat, 10 May 2008 21:13:27 +0200

On 8 May 2008, at 17:49, RichardT wrote:

please let me know if there is another forum
where I
can post my question.

The Usenet newsgroup comp.compilers.

I am writing a parser to parse SQL (actually T-SQL for MS Sql Server).

Or netsearch for links like
  http://savage.net.au/SQL/

I am
getting a shift/reduce conflict that I don't know how to solve.

Look in the .output file, for the conflicting state and in its conflicting rule, the tokens immediately before and after the parsing position ".". The token precedences %left, etc., order these.

  Hans Aberg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]