Back to the 2023 paper

Module 2 : Syntax Analysis (Parser)

20236m

Consider the following grammar:
EE+T/TE \rightarrow E+T/T
TTF/FT \rightarrow T*F/F
F(E)/idF \rightarrow (E)/id

Obtain FIRST and FOLLOW sets of the above grammar.

Similar questions