- Engineering
- Computer Science
- consider the grammar used epsilon in place of the symbol...
Question: consider the grammar used epsilon in place of the symbol...
Question details
Consider the grammar: (used EPSILON in place of the symbol as Zookal doesn't accept it, EPSILON stands for the empty string/the little e)
S → A g BC (1)
A → a A (2)
A → C B (3)
B → d B c (4)
B → EPSILON (5)
C → f C (6)
C → EPSILON (7)
Show all passes for both FIRST and FOLLOW set parsing
Solution by an expert tutor
