retagged by
2,204 views

1 Answer

1 votes
1 votes
Non terminal First Follow
S {a,b} {$}
A {e} {b,h,i}
B {f,g} {$}
C {h,i} {$}

 

Related questions

0 votes
0 votes
1 answer
1
saumya mishra asked Jun 3, 2018
3,259 views
Find first and follow of the given grammar?S->ABA->BS/a/€B->AS/b
2 votes
2 votes
2 answers
2
Abhishek Malik asked Apr 5, 2018
873 views
Find First and Follow in the following grammar.$E\rightarrow E+T \mid T$$T\rightarrow TF \mid F$$F\rightarrow F^* \mid a \mid b$
3 votes
3 votes
1 answer
3
LavTheRawkstar asked Jun 25, 2016
1,515 views
Consider the Following GrammarP - SS - A | A ;S A - id = EE - E+E | E-E | E*E | E/E | (E) | TT - id | numCalculate FIRST and FOLLOW for each non terminal.
0 votes
0 votes
1 answer
4