The class of context-free languages is not closed under ____________.
The class of context-free languages is not closed under intersection.
A context-free language (CFL) is a language generated by a context-free grammar. Context-free languages have many applications in programming languages; in particular, most arithmetic expressions are generated by context-free grammars.
If L1 is a regular language and L2 is a context free language, then L1 ∩ L2 is a context free language.