help-bison
[Top][All Lists]
Advanced

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

Re: Problem with shift/reduce conflict


From: Laurence Finston
Subject: Re: Problem with shift/reduce conflict
Date: Thu, 6 Jan 2005 13:26:18 +0100 (MET)

On Thu, 6 Jan 2005 address@hidden wrote:

> Hi all,
>
> I am currently working on a grammar for simple Integer C (only allows data
> type integer and therefore selected operations) but my grammar produces
> S/R conflicts.

If shifting produces correct behavior, then I wouldn't worry
about shift/reduce conflicts.  My grammar currently has over 200.
Not that I'm overjoyed about this, but it doesn't cause any
problems.

Reduce/reduce conflicts are something
to worry about, but you don't have any of those.

Laurence Finston





reply via email to

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