3 votes
1 answer
261
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.
2 votes
1 answer
262
1 votes
0 answers
263
Write Regular Expresssion Foh Keywords and identifier in C++.Also Draw the FSA.