reduce/reduce conflict

"TJB" <centaurus@telia.com>
1 Feb 2004 12:54:27 -0500

          From comp.compilers

Related articles
reduce/reduce conflict centaurus@telia.com (TJB) (2004-02-01)
Re: reduce/reduce conflict bear@sonic.net (Ray Dillinger) (2004-02-04)
Re: reduce/reduce conflict cdodd@acm.org (Chris Dodd) (2004-02-08)
| List of all articles for this month |

From: "TJB" <centaurus@telia.com>
Newsgroups: comp.compilers
Date: 1 Feb 2004 12:54:27 -0500
Organization: Telia Internet
Keywords: parse, comment
Posted-Date: 01 Feb 2004 12:54:27 EST

Hi,


I'm currently writing a grammar for a C/Pascal-like language using
btyacc (bactracking yacc). The grammar is free from conflicts except
for 1 shift/reduce conflict. When I tried using inherited attributes I
got 1 reduce/reduce conflict. Is there any way I can get rid of it
without having to rewrite the grammar ?
[No. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.