Have just started the chapter about CFL in Sipser's book and already fail to understand the basics.
Let this be the grammar of some language:
S -> A0A
A -> 00A | 11A | 10A | 01A | e
I am really confused about this A0A part. Does it mean that the left hand side from 0 should be always the same as the right hands side. Does this mean 00011 or 000 are not in this language then?