This C++ program receives a .py file and outputs the results. It can evaluate expressions, create local and global variables, use if/else logic and create functions, and print to console. The only variable type it admits are integer numbers.
-Open file in terminal -Run the following commands: -G++ mypython.cpp -o mypython -./mypython -Use the testcases on this repository (example: in01.py) or build your own testcases.
*Testcases provided during Carlos Ordonez', COSC 4315 Spring 2024 class: https://www2.cs.uh.edu/~ordonez/.