Skip to content

This C++ compiler receives a .py file and outputs the results in the console. It can evaluate expressions, create lcoal and global variables, use if/else logic and create functions. The only variable type it admits are integer numbers.

Notifications You must be signed in to change notification settings

iker7080/Python-Compiler

Repository files navigation

C-Python-Compiler

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.

To run:

-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/.

About

This C++ compiler receives a .py file and outputs the results in the console. It can evaluate expressions, create lcoal and global variables, use if/else logic and create functions. The only variable type it admits are integer numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published