retagged by
715 views

1 Answer

1 1 vote
You can start from left (top down) or from right.From right it will be reverse of rightmost derivation,which is bottom up parser.

If we can change the algorithm , maybe its starts from middle (say).The complexity of code will increase.
Position:
Show:

Related questions

1 1 vote
1 1 answer
1.5k
1.5k views
vishal chugh asked Jan 23, 2018
1,478 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 1 vote
1 answers 1 answer
2.0k
2.0k views
durgesh94 asked Jun 15, 2016
2,039 views
Which of the following feature(s) is/are needed to implement top down parsingSource string marker Prediction making mechanismMatching and Backtracking me...
1 1 vote
0 0 answers
776
776 views
saxena0612 asked Nov 23, 2017
776 views
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 redu...
0 0 votes
2 2 answers
1.3k
1.3k views
prasitamukherjee asked Jul 16, 2015
1,275 views
q. 23 : can anyone explain why both statements are false? I thought option B is correct?