4 4 votes Synthesized attribute can be easily simulated by a (A) LL grammar (B) Ambiguous grammar (C) LR grammar (D) None of the above Answer: C Others compiler-design + – 🚩 Duplicate | 👮 Hira Thakur | 💬 “https://gateoverflow.in/336909/nielit-2017-oct-scientific-assistant-a-cs-section-b-11” akankshadewangan24 17.4k views answer comment Share Follow Print See all 3 Comments 3 3 Comments reply akankshadewangan24 commented Jun 30, 2017 reply Follow flag how? synthesies attribute means : taking value from the childs right how can we compare it with LR i can't able to get it 0 0 replyShare joshi_nitish commented Jun 30, 2017 reply Follow flag synthesized attributes generally work in bottom up parsing enviroment...LL(1) parser is top down paser 2 2 replyShare akankshadewangan24 commented Jun 30, 2017 reply Follow flag ok thnks 0 0 replyShare Please log in or register to add a comment.
3 3 votes Synthesized attributes can be easily simulated by a LR grammar bcz synthesized attributes evaluates in bottom up fashion and LR grammar also evaluates in bottom up fashion. Anushu111 answered Nov 15, 2018 Anushu111 comment Share Follow 0 reply Please log in or register to add a comment.