Linked from
The 13 pages that link to Context-free grammar, each with the reason it gives.
Abstract syntax treeRelated: Grammar rules define which AST structures a parser may construct.
ParsingRelated: Its production rules describe structures that many parsers recognize.
DerivationRelated: Its production sequences derive particular strings from a start symbol.
Context-free languageRelated: A context-free language is generated by at least one such grammar.
Backus–Naur formNarrower topic: Backus–Naur form is a notation for expressing this kind of grammar.
ParserRelated: Its production rules specify which token sequences the parser accepts.
Ogden's lemmaNarrower topic: The lemma applies to languages generated by these grammars.