GitXplorerGitXplorer
n

byterun

public
1282 stars
255 forks
17 issues

Commits

List of commits on branch master.
Unverified
62f9b1a9c85f52c28b78cc8942243c5c962b1954

BUG: Fix missing builtins.

committed 5 years ago
Unverified
081ccdc09a6e1d38c969057895f8b4d3a4ddc193

BUG: fix issue in how builtins gets found in a frame.

committed 5 years ago
Unverified
31e6c4a8212c35b5157919abff43a7daa0f377c6

Added STORE_GLOBAL and a test in test_basic. (#22)

committed 8 years ago
Unverified
de8519308a90bed6881196066dd9158ec3e4ba2b

Clean up the text files

nnedbat committed 9 years ago
Unverified
8656126722ae0b0b6d92a4a39f04849c338492b7

Merge pull request #18 from The-Compiler/patch-1

nnedbat committed 9 years ago
Unverified
f54c5fc2f0960e295f3378ee515a86fbe74ffd1a

Fix typo in --verbose argument.

TThe-Compiler committed 9 years ago

README

The README file for this repository.

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.