progval / pythonvm-rust Public
Permalink
master
Commits on Oct 29, 2017
-
Support bytecode format for the 3.6 release (#2)
* Start supporting wordcode. * Named arguments are better. * Fully debug wordcode. * Support extended opcodes. * Add NOPs again, to fix the numbering. * Fix previous commit. * Various stuff. * Working on 3.6 support... * Fix indent. * Fix SetupExcept. * Implement CallFunctionKw. * Fix test to use Python 3.6 bytecode.
Commits on Oct 28, 2017
Commits on May 21, 2016
Commits on May 15, 2016
Commits on May 14, 2016
Commits on May 8, 2016
Commits on May 7, 2016
Commits on Apr 30, 2016
Commits on Apr 25, 2016
-
-
fix .travis.yml to download a tarball of the 'default' branch, not th…
…e tip (which may be an older version).
-
Do not use Rust's call stack to make Python function calls.
aka. become stackless.
-