Run the test program as ./test.py ../path/to/your/compiler ../path/to/interpreter
or alternatively as python3 test.py ../path/to/your/compiler ../path/to/interpreter
For extensions tests, create extensions
file in the root directory and write the names of the extensions separated by newline or space for example: STRNUM BOOLTHEN FUNEXP OPERATORS CYCLES
.