Re: LR(0) and Lookaheads

Thant Tessman <thant@acm.org>
8 Nov 2001 01:06:54 -0500

          From comp.compilers

Related articles
LR(0) and Lookaheads willverine@hotpop.com (Will) (2001-11-04)
Re: LR(0) and Lookaheads thant@acm.org (Thant Tessman) (2001-11-08)
Re: LR(0) and Lookaheads jjan@cs.rug.nl (J.H.Jongejan) (2001-11-08)
| List of all articles for this month |

From: Thant Tessman <thant@acm.org>
Newsgroups: comp.compilers
Date: 8 Nov 2001 01:06:54 -0500
Organization: XMission http://www.xmission.com/
References: 01-11-007
Keywords: LR(1), parse
Posted-Date: 08 Nov 2001 01:06:54 EST

Will wrote:


[...various questions about LR(0) and SLR(1)...]


The book "Modern Compiler Implementation (in ML/Java/C)" by Appel has an
explanation of all this that I found far more readable than the one in
the (1988 version of the) dragon book. The Appel book is definitely less
complete as far as parsing is concerned, but I did mangage to implement
an SLR(1) parser generator with only the information it provided.


-thant


Post a followup to this message

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