Content deleted Content added
Cclifforgg (talk | contribs) m Expanded the acronym LALR in it's first mention |
Cclifforgg (talk | contribs) mNo edit summary |
||
Line 1:
{{Refimprove|date=August 2011}}
There are other types of [[parser generator]]s, such as SLR, LR, GLR, LL and GLL parser generators. What differentiates one from another is the type of BNF grammar which they are capable of accepting and the type of parsing algorithm which is used in the generated parser. An LALR parser generator accepts an LALR grammar as input and generates a parser that uses an LALR parsing algorithm (which is driven by LALR parser tables).
|