forked from Rust-related/RustPython
6 lines
192 B
Markdown
6 lines
192 B
Markdown
Python bytecode: https://docs.python.org/3.4/library/dis.html
|
|
Python VM in python: https://github.com/nedbat/byterun
|
|
Python VM in JS: https://github.com/koehlma/jaspy
|
|
|
|
http://www.skulpt.org/
|