592 views
1 votes
1 votes

Comment on Statement:
Operator precedence parser is a SR parser. :


Thoughts:
Though it uses Stack to evaluate input string is it this the reason we can call it as shift reduce or something else or we can`t call it SR parser?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
bunty choudhary asked Feb 9, 2018
459 views
why top down parser uses left most derivation? is it mandatory or we can change it by modifying the algo?
1 votes
1 votes
1 answer
2
vishal chugh asked Jan 23, 2018
1,063 views
Since it is a Bottom Up Parser do we need to evaluate expressions following Right Hand Derivations or Left Hand Derivations,i.e. should we evaluate D - d first or B - B f...
1 votes
1 votes
1 answer
3
durgesh94 asked Jun 15, 2016
1,765 views
Which of the following feature(s) is/are needed to implement top down parsingSource string marker Prediction making mechanismMatching and Backtracking me...
0 votes
0 votes
2 answers
4
prasitamukherjee asked Jul 16, 2015
882 views
q. 23 : can anyone explain why both statements are false? I thought option B is correct?