Compiler of a simple imperative programming language written in Python.
You need to have the following dependencies installed:
- python 3
- python ply
To install them issue the following commands:
- apt-get update
- apt-get install python3
- apt-get install python3-pip
- pip3 install ply
python3 compiler.py IN_FILE OUT_FILE