Re: Reduce/Reduce Conflict ?

"SLK Parsers" <slk14@earthlink.net>
2 Mar 2003 22:59:34 -0500

          From comp.compilers

Related articles
Reduce/Reduce Conflict ? ashwin21_99@hotmail.com (Ashwin) (2003-02-21)
Re: Reduce/Reduce Conflict ? matt@NOSPAMbeastrider.com (Matt) (2003-02-24)
Re: Reduce/Reduce Conflict ? snicol@apk.net (Scott Nicol) (2003-02-24)
Re: Reduce/Reduce Conflict ? slk14@earthlink.net (SLK Parsers) (2003-03-02)
| List of all articles for this month |

From: "SLK Parsers" <slk14@earthlink.net>
Newsgroups: comp.compilers
Date: 2 Mar 2003 22:59:34 -0500
Organization: Parsers Inc.
References: 03-02-124
Keywords: yacc, parse
Posted-Date: 02 Mar 2003 22:59:34 EST

> Type:
> IDENTIFIER
> ;


Deterministic parsing of the C-like languages generally requires that types
be distinguishable from identifiers. This is why typedef-name needs to be
made a terminal in the C grammar.


http://www.parsers.org



Post a followup to this message

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