Lukas' Notes

Context-Free Production Rule

May 01, 20261 min read

languages

Definition

Context-Free Production Rule

A production rule is called context-free if it is of the form

A→β

where A∈N is a single non-terminal symbol and β∈(N∪T)∗ is any string of non-terminal symbols and terminal symbols.

The left-hand side does not depend on the surrounding symbols.


Graph View

Backlinks

  • Context-Free Grammar

Created with Quartz v4.4.0 © 2026

  • GitHub