8000 GitHub - ocschwar/pythonvm-rust at 5f56ab5a813d30cef181fb6b81a6080864f03d63
[go: up one dir, main page]

Skip to content

ocschwar/pythonvm-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythonvm-rust

Build Status

A Python virtual machine, written in Rust.

Features

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

Try it

  1. Install Python 3.4 (used as a parser and bytecode compiler), git, Rust and Cargo
  2. git clone https://github.com/ProgVal/pythonvm-rust.git
  3. cd pythonvm-rust
  4. python3 -m compileall -b pythonlib examples
  5. cargo run pythonlib/ examples/helloworld.pyc

About

[Work in progress] A Python virtual machine, written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.4%
  • Python 5.6%
0