Operator-precedence parser: Difference between revisions

Content deleted Content added
Luqui (talk | contribs)
m Factored negative earlier in sentence.
mNo edit summary
Line 1:
{{cleanup-context}}
 
An '''operator-precedence parser''' is a simple [[shift-reduce parser]] capable of parsing a subset of [[LR parser|LR(1)]] grammars. More precisely, the operator-precedence parser can parse all LR(1) grammars where two concecutive [[nonterminal]]s never appear in the right-hand side of any rule.
 
Line 6 ⟶ 8:
 
 
{{compu-stub}}