alogos._grammar.normalization.greibach

Functions

is_gnf(grammar)

Check if the grammar is in Greibach Normal Form (GNF).

to_gnf(grammar)

Convert the grammar to Greibach Normal Form (GNF).


Detailed object descriptions

alogos._grammar.normalization.greibach.is_gnf(grammar)[source]

Check if the grammar is in Greibach Normal Form (GNF).

alogos._grammar.normalization.greibach.to_gnf(grammar)[source]

Convert the grammar to Greibach Normal Form (GNF).