Context-Free Languages #
This file defines the class of context-free languages via unrestricted grammars satisfying the context-free rule-shape property.
Characterization of context-free languages via CF_grammar.
Equations
- is_CF_via_cfg L = ∃ (g : CF_grammar T), CF_language g = L