Generates SLR tree for a given grammar.
Download the slr_visualizer folder, and in the terminal, run:
python startserver.py
This project uses the python bottle web microframework to set up a simple server to interface with the c++ binary.
pip install bottle