Computer Science, asked by harshinireddy17474, 2 months ago

Discuss about how context free grammar can be used in compilers.​

Answers

Answered by devika2271
0

Answer:

Context-free grammars (CFGs) are used to describe context-free languages. A context-free grammar is a set of recursive rules used to generate patterns of strings. ... CFG's are used to describe programming languages and parser programs in compilers can be generated automatically from context-free grammars.

Similar questions