0
3.2kviews
Let G be the Grammar. Find the leftmost derivation,rightmost derivation and parse tree for the expression a*b+a*b
written 6.9 years ago by | • modified 2.8 years ago |
Mumbai University > Information Technology > Sem 4 > Automata Theory
Marks: 5M
Let G be the Grammar. Find the leftmost derivation,rightmost derivation and parse tree for the expression ab+ab
G : S => S+S|S*S
S => a|b
ADD COMMENT
EDIT
1 Answer