Skip to content

rbowden91/centipyde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Centipyde

A Python3 interpreter for C code. Supports a subset of the x86_64 Linux system calls that the standard C library uses.

Depends on pycparser (https://github.com/eliben/pycparser).

Currently supports most of C99, since that is what pycparser supports. Does not support C11 extensions.

Dependencies: bash clang make pycparser python3.6

About

A Python interpreter for C code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published