I am studying Formal Languages and Automata Theory, and I have a question about a problem inside the book that is not answered in it. the question is:
Is this language Context Free, Regular or Context Sensitive?
L= {anw wRbn| w is ( a+b )*, wR is reverse of w and n>=0 }
I think this language is context-sensitive, cause it needs at least two stacks for accepting.
May anybody comment on that?
thanks.