COPY_LANGUAGE

Constant COPY_LANGUAGE 

Source
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";
Expand description

The copy language (any string of a’s and b’s repeated twice).