please solve this question.thanks
Consider the language L expressed by (a+b)*a defined over Σ = {a, b}. Draw FA and construct the CFG corresponding to the language L.
please solve this question.thanks
Consider the language L expressed by (a+b)*a defined over Σ = {a, b}. Draw FA and construct the CFG corresponding to the language L.
A context free grammar corresponding to the language $L$ is: $$S \to aS|bS|a$$