514 views
0 0 votes
Consider following grammar : 
S → A + B | A 
A → (B) | int | int * A 
The no. of newly added non-terminal symbols after left – factoring above grammar are___________.

Correct Answer: 2    Status: unattempted

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
0 0 answers
46
46 views
Toufiq Hussain asked 4 days ago
46 views
Check if it's LR(1) or not? Please draw the DFA too.S ➔ S1 I 0S1 | 1
0 0 votes
1 1 answer
165
165 views
1 1 vote
0 0 answers
160
160 views
Tin_ku asked Aug 2
160 views
We know that the class of languages of LR(0), SLR(1), LALR(1), CLR(1) is the class of DCFLs, with the only exception being that...An LR(0) language is a DCFL that has the...