Content deleted Content added
Revert to revision 509182689 dated 2012-08-26 02:41:39 by EmausBot using popups |
Jason Quinn (talk | contribs) +norefs tag |
||
Line 1:
{{norefs|date=December 2012}}
In [[computer science]], a '''Simple LR''' or '''SLR parser''' is a type of [[LR parser]] with small [[parse table]]s and a relatively simple parser generator algorithm. As with other types of LR(1) parser, an SLR parser is quite efficient at finding the single correct [[bottom-up parsing|bottom-up parse]] in a single left-to-right scan over the input stream, without guesswork or backtracking. The parser is mechanically generated from a formal grammar for the language.
|