Skip to content

l3on3l/C2PY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.