a simple program to work with grammars.
- print grammar
- detect simple grammars
- depth first parsing
- breadth first parsing
- CYK parsing
- S-parser
- normalize the grammar
- convert grammar to chomsky form
- install python3 and pip
- pip install -r requirments.txt
- python Project.py (grammar text file)