Category talk:Parsing algorithms
Appearance
This category does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||||
|
This article needs attention from an expert in Computer science. Please add a reason or a talk parameter to this template to explain the issue with the article.(September 2010) |
There should be good examples for grammars in: LL(2)\LL(1), SLR\LR(0), LALR(1)\SLR, LR(1)\LALR(1), CFG\LR(1) etc. I mean real examples, not something like “look, here is a conflict, but it can be resolved”, examples with unresolvable conflicts. There should also be an overview of relations between the different classes of languages (LL(k) ⊂?⊃ SLR). For non-experts it is really difficult to find such examples, prove their correctness and to determine all the relations. But these aspects are very important to understand the specific properties and power of the different parsing-algorithms.
I think most articles in this category are unfortunately not yet good. --Chricho (talk) 12:37, 11 September 2010 (UTC)