Byterun
This is a pure-Python implementation of a Python bytecode execution virtual machine. I started it to get a better understanding of bytecodes so I could fix branch coverage bugs in coverage.py.
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| Failed to load latest commit information. | |||
|
|
byterun |
|
|
|
|
tests |
|
|
|
|
.coveragerc |
|
|
|
|
.gitignore |
|
|
|
|
.treerc |
|
|
|
|
AUTHORS |
|
|
|
|
CONTRIBUTE.rst |
|
|
|
|
LICENSE |
|
|
|
|
README.rst |
|
|
|
|
requirements.txt |
|
|
|
|
setup.py |
|
|
|
|
tox.ini |
|
|
This is a pure-Python implementation of a Python bytecode execution virtual machine. I started it to get a better understanding of bytecodes so I could fix branch coverage bugs in coverage.py.