79481567

Date: 2025-03-03 16:39:25
Score: 2.5
Natty:
Report link

Elimination technique is used for LL parsers and it needs a grammar that can be parsed by LL parsers. Those grammars are called LL grammars which are subset of context free grammar. Therefore not all context free grammar are LL or can be transformed to LL. That's why this algorithm fails. I have to check whether the grammar is LL or LL-convertible.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: imahmadrezas