Is the language { ww | w ∈ {a,b}* } context free? I have tried to create a pushdown automaton but I didn't find any solution. I think you need a queue and not a stack.
Is there a way to prove this statement using the pumping lemma?
Is the language { ww | w ∈ {a,b}* } context free? I have tried to create a pushdown automaton but I didn't find any solution. I think you need a queue and not a stack.
Is there a way to prove this statement using the pumping lemma?
my ($a, $b, $c) = ($c + 4, "d", $a)
in Perl. Now Perl variables aren't sufficiently strongly typed to make this a convincing example, but constructs such as this might make it attractive to support queues in your parsing automaton. – reinierpost Jun 09 '15 at 14:32