edited by
2,281 views
1 votes
1 votes
Which of the following Attribute can be evaluated by a shift-reduce parser that executes semantic action only at reduce moves and never at shift?

(a) synthesized attribute

(b) inherited attribute

(c) both (a) and (b)

(d) none of the above
edited by

1 Answer

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
Ebrahim asked Jan 12
175 views
Q1. For the following grammar N - AB | BA A - a | CAC B - b | CBC C - a | b Find the FIRST and FOLLOW
0 votes
0 votes
0 answers
3
Ebrahim asked Jan 11
109 views
Find the FIRST and FOLLOW of the grammar to check whether it is LL (1) parser or not. N → AB | BA A → a | CAC B → b | CBC C → a | b
0 votes
0 votes
0 answers
4