Open In App

GATE | GATE CS 1996 | Question 59

Last Updated : 06 Nov, 2017
Improve
Improve
Like Article
Like
Save
Share
Report

Let G be a context-free grammar where G = ( { S, A, B, C}, { a,b, d}, P, S ) with the productions in P given below.

S → ABAC
A → aA ∣ ε
B → bB ∣ ε
C → d

(ε denotes null string). Transform the grammar G to an equivalent context-free grammar G’ that has no ε productions and no unit productions. (A unit production is of the form x → y, and x and y are non terminals.)


Answer:

Explanation:

Quiz of this Question
Please comment below if you find anything wrong in the above post


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads