What is the canonical LR(1) items ! I have read the Dragon Book, It confuses Me , (delta,gamma,toh,...)
Can Someone help me with this issue ?
What is this meaning in English? [A - > alpha.Bbeta , a]
Thanks a lot..
|
feedback
|
|
So, in CLR(1), you have states consisting of some of these items. You then have many options:
That was the simplest way I could explain this. | |||||||
feedback
|
|
IIRC, this is an "item", that is, the potential state of some sentential form parse. What this means:
is that when attempting to parse a (substring of the target language) which can be considerat as the nonterminal A, is the alpha has been seen, and (".") that Bbeta is expected next, and that if the elements of the nonterminal are seen, it is a valid A if the next token is a. (I think you transcribed Bbeta wrong, it was probably beta in the book). | ||||
|
feedback
|