CLR-Parser
A simple string parser based on CLR to check whether a string is acceptable or not for a given grammar.
INSTRUCTIONS TO RUN THE PROGRAM:
- in your cmd, run
python clr.py
- as input, provide the name of the file (input_grammar.txt) where the grammar rules are stored
- as input, provide the name of the file (input_code.txt) where the input program is stored