C2PY FLEX & BISON C to Python translator. commands compile the source code: $ make all run c2py: $ ./c2py codes/code.c code.py code.c can be any C code file. code.py will be the generated Python3 code from the code.c file.