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


_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to