retagged by
2,607 views

1 Answer

Best answer
3 votes
3 votes

The language generated by any regular grammar will be regular - same as saying regular grammar can only describe regular languages. 

But for regular language we can generate it by non-regular grammar also. For example $a^*b^*$ can be generated by a non-regular grammar

S → aA 
A → Sb |  ε
S → ε
 

This makes the reverse statement false. 

selected by

Related questions

0 votes
0 votes
1 answer
1
shekhar chauhan asked Jun 8, 2016
962 views
Write a Grammar which is a not type -3 Grammar, from the Language L over alphabets {a ,b} which contains ab as a Sub-string. Explain the procedure with Example .
3 votes
3 votes
1 answer
4
mystylecse asked Aug 6, 2017
322 views
Can any one please explain the answer?Please