Skip to content

aarboleda1/python-bytecode-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-bytecode-interpreter

A Python bytecode interpreter.

The version of Python used is 2.7.10, which is the default Python on most OS X versions. It will help you a whole bunch to refer to a couple of key files in the CPython (reference) implementation of Python: opcode.h and ceval.c. You may even spend most of your time reading ceval.c! This is a kind of victory state, too.

About

A Python bytecode interpreter based on the CPython library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages