pythonvm-rust
pythonvm-rust copied to clipboard
An incomplete stackless interpreter of Python bytecode, written in Rust.
Results
2
pythonvm-rust issues
Sort by
recently updated
recently updated
newest added
I ran the project according to the README. After `cargo run pythonlib/ examples/helloworld.pyc`, I got the following error: Finished dev [unoptimized + debuginfo] target(s) in 0.03s Running `target\debug\pythonvm.exe pythonlib/ examples/helloworld.pyc`...
Hi Progval, Just wanted to let you know that I found your project, and I am working on something similar here: https://github.com/RustPython/RustPython I took a look at your ideas for...