Given a Context-Free-Grammar the script will convert it into the selected Normal Form
-
Updated
Jun 13, 2018 - Python
Given a Context-Free-Grammar the script will convert it into the selected Normal Form
In the theory of computation, a pushdown automaton (PDA) is a type of automaton that employs a stack. In this program, a PDA is going to be constructed by the input grammar.
Add a description, image, and links to the greibach topic page so that developers can more easily learn about it.
To associate your repository with the greibach topic, visit your repo's landing page and select "manage topics."