Source: wikibot/ll-grammar

= LL grammar
{wiki=LL_grammar}

LL grammar is a type of context-free grammar that is used in the field of parsing and compilers. The "LL" designation signifies that the grammar can be parsed from "Left to right" and that it produces a "Leftmost derivation" of the sentence. Here’s a breakdown of the key aspects of LL grammars: 1. **L**: Stands for "left-to-right" scanning of the input.