$D → T ∨ D | T$
$T → C ∧ T | C$
$C → ¬C | name | ( D )$
$name → a | b | c | d$
I am not looking for the complete answer, but more the methodology of working this out. How would I go about proving that this language is not regular?
$D → T ∨ D | T$
$T → C ∧ T | C$
$C → ¬C | name | ( D )$
$name → a | b | c | d$
I am not looking for the complete answer, but more the methodology of working this out. How would I go about proving that this language is not regular?