Is it possible, by modifying the grammar in any way, to construct a predictive parser for the language of Exercise 4.2.1 (postfix expressions with operand a)?
Exercise 4.2.1
Consider the context-free grammar:5 -> S S + \ S S * \ aand the string aa + a*.a) Give a leftmost derivation for the string.b) Give a rightmost derivation for the string.c) Give a parse tree for the string.! d) Is the grammar ambiguous or unambiguous? Justify your answer.! e) Describe the language generated by this grammar.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here