I think that the initial state of LL parser’s the stack is 0,but I am not sure about the final, is it empty perhaps? Anyone who could explain this to me?
Thanks.
I think that the initial state of LL parser’s the stack is 0,but I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe you can read http://en.wikipedia.org/wiki/LL_parser
It seems that initially the stack is not empty. The final state seems to be empty.