retagged by
881 views

2 Answers

0 votes
0 votes
Bottom up parser tend to complicate if (k>1) : look ahead.

Isn't same true with ll(k)?  Try constructing dfa for k>=5.

Related questions

2 votes
2 votes
1 answer
1
Prakash059 asked May 3, 2016
2,021 views
If a grammer(CFG) is ambiguous then we can construct the topdown and bottomup parsing is possible directly???or we will make them into unambiguous then we will construct?...
0 votes
0 votes
1 answer
2
aditi19 asked Jul 6, 2018
371 views
Does bottom up parsers give postfix expression?
2 votes
2 votes
2 answers
3
gate19 asked May 26, 2018
1,154 views
What is the difference between $SLR(1)$ and $LALR(1)$ parser ? Both parser have same parsing table then how $SLR$ is subset of $LALR$ ?