I have a homework problem that I'm working through:
$L = {ww^R : w \in \{a,b\}^+}$
So I get the following:
$S \to aSa | bSb | \Lambda$
I am confused about the $\{a, b\}^+$, doesn't this mean that our alphabet cannot include $\Lambda$? If so, how do we terminate?