• retagged by
3,363 views
1 1 vote

Example 3.3 

1 Answer

1 1 vote
  First Follow
$S$ $(d,h,g,a,b,\epsilon)$ $\$$
$A$ $(d,g,h,\epsilon)$ $(\$,h,g)$
$B$ $(g,\epsilon)$ $(a,h,g,\$)$
$C$ $(h,\epsilon)$ $(\$,h,g,b)$
• edited by
Position:
Show:

Related questions

2 2 votes
1 1 answer
842
842 views
sumit goyal 1 asked Aug 16, 2017
842 views
..here iam getting E->E , when iam finding first of E ??
3 3 votes
1 answers 1 answer
2.5k
2.5k views
LavTheRawkstar asked Jun 25, 2016
2,539 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.
1 1 vote
1 1 answer
2.7k
2.7k views
learner_geek asked Jul 31, 2017
2,699 views
How to solve recursive first or follow problems as example in second question (First of A) please give detailed explanation.
0 0 votes
2 answers 2 answers
645
645 views
Faizan_Ur_rehman asked Nov 5, 2024
645 views
Find the first and follow of given grammar $S->A$$A - AB|\epsilon$$B->aB|b$