Python 3.8 MacOS 11.0.1
pip3 install virtualenvpython3 -m venv env. ./env/bin/activatepip3 install -r libs.txt- Install graphviz. Brew:
brew install graphviz - Add sourcecode in the <input_file_name>.txt
python3 parser.py <input_file_name>.txt <output_file_name>.png- Result of execution: the abstract syntax tree is in the <output_file_name>.png
