Simple LR parser: Difference between revisions

Content deleted Content added
No edit summary
Revert to revision 509182689 dated 2012-08-26 02:41:39 by EmausBot using popups
Line 7:
== Lookahead Sets ==
 
To understand the differences between SLR and LALR, you should first understand their many similarities and how they both make shift-reduce decisions. Please read article [[LR parser]] now for that background, up through the section on reductions' Lookahead Sets amongst the grammar .
 
The one difference between SLR and LALR is how their generators calculate the '''lookahead sets''' of input symbols that should appear next, whenever some completed [[Formal grammar#The syntax of grammars|production rule]] is found and reduced.
Line 164:
[[pl:Parser SLR]]
[[sr:SLR analizator]]
This is the