CS5012-p2-grammar

Parameter - grammar

-c = context free grammar
-u = unification grammar

Running

The program can be found in src folder. It can be executed with the command:
python main.py grammar

To run the program with unification grammar, you should use the command:
python main.py -u