Lukas' Notes

Extended Greibach Normal Form

May 01, 20261 min read

languages

Definition

Extended Greibach Normal Form

A context-free grammar is in extended Greibach normal form if every production rule has the form

A→aw

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


Graph View

Backlinks

  • 192.017 Theoretical Computer Science

Created with Quartz v4.4.0 © 2026

  • GitHub