retagged by
480 views

1 Answer

1 votes
1 votes
all +,*,are having same precedence since all are at same level of parse tree hence ambiguous,yes equal precedence increases chances of given grammar being ambiguous

Related questions

0 votes
0 votes
1 answer
1
saumya mishra asked Jun 15, 2018
2,132 views
What is the difference between operator grammar and operator precedence grammar?
2 votes
2 votes
3 answers
2
radha gogia asked Mar 19, 2018
1,068 views
If I have the grammar :E->E*F | F+E |FF->id ,Now here although + and * are defined at the same level , with different associativity but this grammar produces 2 different ...
0 votes
0 votes
3 answers
3
2 votes
2 votes
1 answer
4
arch asked Nov 7, 2017
1,331 views
someone please explain how to draw operator precedence table to solve this question.