An open API service indexing awesome lists of open source software.

https://github.com/gabriel-dp/c2python

Convert your C code to Python. Practical work in the Compilers subject at UFSJ.
https://github.com/gabriel-dp/c2python

c compiler python ufsj

Last synced: 9 months ago
JSON representation

Convert your C code to Python. Practical work in the Compilers subject at UFSJ.

Awesome Lists containing this project

README

          

# c2python

> Convert your C code to Python using a C++ program

```cpp
#define STUDENT "Gabriel de Paula"
#define SUBJECT "Compiladores"
#define PROFESSOR "Flávio Schiavoni"
#define SEMESTER "2025/1"
```

 

## How to use

Generate the executable:

```bash
make
```

Run the executable

```bash
./bin/compiler
```