Skip to content

albertz/PyCPython

Repository files navigation

PyCPython

Idea: Use PyCParser to parse and interpret CPython. :)

Status so far:

$ ./cpython.py -V
...
Python 2.7.1

Yea!

Compatibility

PyPy, CPython 2.7 (so it can sort of host itself).

The C data structures itself are compatible with CPython, so in theory, you can even load C extensions and it should work.

Why

Just for fun.

(Maybe, to make it in any way serious: here)

Details

See PyCParser for more.

About

interpret CPython in pure Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages