Skip to content

stormasm/pythonvm-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythonvm-rust

A Python virtual machine, written in Rust.

Features

  • prints strings to stdout
  • useable as a library
  • a fine-grained sandbox

Try it

  1. Install git, Rust and Cargo
  2. git clone https://github.com/ProgVal/pythonvm-rust.git
  3. cd pythonvm-rust
  4. cargo run examples/helloworld.pyc

About

An incomplete stackless interpreter of Python bytecode, written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.5%
  • Python 5.5%