115 views
1 votes
1 votes

A general query,


If Regular expression (a+b)* covers the all possible languages over $\sum$= {a,b} then, why we need other type of languages?

  1. Are they here only to distinguish complex patterns due to limitation of DFA.
  2. Or to increase readbility of language.

I found these two reasons on internet and nothing else is there any other reasons here?

Please log in or register to answer this question.

Related questions

1.3k
views
2 answers
1 votes
rahul sharma 5 asked Nov 20, 2017
1,346 views
Where does NP hard / NP complete problems fits in the Chomsky hierarchy ? Is there any relation of Np hard problems with RE languages?
470
views
1 answers
2 votes
Xylene asked Jan 30, 2017
470 views
I know that if L1 is regular and L2 is CFL then L1 intersection L2 is always CFL. But if we go according to hierarchy then if L1 is regular then ... under intersection.My question is why is there a contradiction when I use this approach?
559
views
1 answers
1 votes
learner_geek asked Aug 2, 2017
559 views
Is below given details true or false??
296
views
0 answers
1 votes
Hira Thakur asked Aug 29, 2016
296 views
the language generate by the grammer S→SS/aSb/abis accepted by___a. DPDAb.PDAc.LBAd turing machine1. D>C>B>A2. A>B>C>D3. B>D>A>B4. D>A>B>C