pub const COPY_LANGUAGE: &str = "::=T +r +l T ::T -r -l a::=A +l T -l a::=T +r A -r b::=B +l T -l b::=T +r B -r";
The copy language (any string of a’s and b’s repeated twice).