Posted inCompiler Design
Context-Free GRAMMARS
A Context-Free Grammar is a quadruple that consists of terminals,non-terminals, start symbol and productions. Terminals: These are the basic symbols from which strings are formed. Non-Terminals: These are the syntactic variables that denote a set of strings.…