closed by
426 views
0 votes
0 votes
closed with the note: duplicate
For a CFG, Follow (A) is the set of all terminals that can immediately appear to the right of the non-terminal A in some sentential form. Consider two sets LFollow (A) and RFollow(A) by replacing the word sentential by “Left most sentential and right most sentential respectively” in the definition of Follow (A).
Choose the correct option

  All three are same.
  All three are different
  Follow (A) and LFollow (A) must be same.
  RFollow (A) and Follow (A) may be same
closed by

Related questions

0 votes
0 votes
3 answers
1
jayanth asked Jun 16, 2022
3,742 views
Compute the FIRST and FOLLOW for the postfix grammar after removing the left recursion:$ S → S S+/ S S* /a$
0 votes
0 votes
1 answer
2
Subhrangsu asked Apr 15, 2022
2,363 views
Compute FIRST and FOLLOW sets:S→ aAC | bBA→ Abc| Abd | eB→ f | gC→ h | i
1 votes
1 votes
0 answers
3
aditi19 asked May 12, 2019
1,740 views
why do first sets can have epsilon symbol but follow sets don’t?P.S: I’ve a silly doubt :P
0 votes
0 votes
1 answer
4
saumya mishra asked Jun 3, 2018
3,365 views
Find first and follow of the given grammar?S->ABA->BS/a/€B->AS/b