Social Sciences, asked by MDML6832, 1 year ago

What is context free grammar in compiler design?

Answers

Answered by siddhartharao77
1
It is a type-2 Grammar.

It has 4 tuples : G = (V,T,P,S)

V = Finite set of variables.

T = Set of terminals

P = Set of rules.

S = Start Symbol


Hope this helps!
Similar questions