6.1 METHODS FOR TRANSFORMING GRAMMARS
We first raise an issue that is somewhat of a nuisance with grammars and languages in general: the presence of the empty string. The empty string plays a rather singular role in many theorems and proofs, and it is often necessary to give it special attention. We prefer to remove it from consideration altogether, looking only at languages that do not contain λ. In doing so, we do not lose generality, as we see from the following considerations. Let L be any context-free language, and let G = (V, T, S, P) be a context-free grammar for L−{λ}. Then the grammar we obtain by adding to V the new variable S0, making S0 the start variable, and adding to P the productions
generates L. Therefore, any nontrivial ...
Get An Introduction to Formal Languages and Automata, 7th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.