LR(0) arithmetic grammar

"Serge" <danx@mailru.com>
12 Feb 2001 01:14:04 -0500

          From comp.compilers

Related articles
LR(0) arithmetic grammar danx@mailru.com (Serge) (2001-02-12)
| List of all articles for this month |

From: "Serge" <danx@mailru.com>
Newsgroups: comp.compilers
Date: 12 Feb 2001 01:14:04 -0500
Organization: Commercal Information Networks
Keywords: parse, question
Posted-Date: 12 Feb 2001 01:14:04 EST

Hi


I am looking for the best representation for arithmetic grammar that is
LR(0).
Non-LR(0) grammar is follows:
E:= E + T | T
T:= T * F | F
F:= (E) | i
where i is terminal symbol.
Does anyone know a solution?


Thanks in advice.
Serge


Post a followup to this message

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