kontekstfrie
Kontekstfrie is an adjective used in Nordic languages meaning "context-free." In formal language theory, it describes grammars and languages whose production rules operate independently of surrounding symbols, so the applicability of a rule depends only on the left-hand side nonterminal.
A context-free grammar (CFG) consists of a finite set of nonterminals, a finite set of terminals, a
A context-free language is the set of strings that can be derived from the start symbol of
Typical examples include the language of balanced parentheses and the language { a^n b^n | n ≥ 0 }. By