Content deleted Content added
m r2.7.2+) (Robot: Modifying fr:Analyseur SLR |
No edit summary |
||
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
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
|