EBNF conflict avoidance

"SLK Parsers" <slk12@earthlink.net>
20 Nov 2002 15:32:17 -0500

          From comp.compilers

Related articles
EBNF conflict avoidance slk12@earthlink.net (SLK Parsers) (2002-11-20)
Re: EBNF conflict avoidance clint@0lsen.net (Clint Olsen) (2002-11-24)
Re: EBNF conflict avoidance slk12@earthlink.net (SLK Parsers) (2002-12-11)
Re: EBNF conflict avoidance clint@0lsen.net (Clint Olsen) (2002-12-13)
Re: EBNF conflict avoidance slk12@earthlink.net (SLK Parsers) (2002-12-19)
| List of all articles for this month |

From: "SLK Parsers" <slk12@earthlink.net>
Newsgroups: comp.compilers
Date: 20 Nov 2002 15:32:17 -0500
Organization: Parsers Inc.
Keywords: parse, LL(1)
Posted-Date: 20 Nov 2002 15:32:17 EST

The conflict avoidance properties of EBNF LL(k) grammars seem
exaggerated. Of the ten LL(1) conflicts in my C grammar, none appear
to be avoidable by using EBNF. Can anyone provide references or
example grammars that illustrate conflict avoidance by using EBNF in
top-down parsing techniques?


http://parsers.org/slk


Post a followup to this message

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