Skip to content

GPMS/C-Python-Transpiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C to Python Transpiler

A Linux only transpiler that translates C code into Python using bison and flex.

Dependencies

  • gcc
  • make
  • bison
  • flex

Compiling

$ make

Running

$ ./cmp <c-file>

If there are no errors, the program will output a python file, a .dot graph file and a txt file with all symbols to the 'output' folder.

Running Tests

$ ./tests

About

A Linux only transpiler that translates C code into Python using bison and flex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published