This is a follow-up project to IPP1 in my repositories.
This script (interpret.py in Python 3.10) reads the XML representation of the program and then, using the input according to the command line parameters, interprets it and generates the output.
--help
writes script help to standard output
--source=file
an input file with an XML representation of the source code
--input=file
a file with inputs for the interpretation of the given source code itself
9.7/12 points