A regular grammar is a mathematical object, $G$, with four components, $G = (N, Σ, P, S)$, where. $N$ is a nonempty, finite set of nonterminal symbols, $Σ$ is a finite set of terminal symbols , or alphabet, symbols, $P$ is a set of grammar rules, each of one having one of the forms. $A → aB$.
I want to know what's Practical Application of these grammars. I mean where and how do we use these in real world?
Also it may be helpful if someone tells me about the weaknesses of regular grammars.
Thanks in advance.