Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

yodalee/RustPython

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustPython

A Python Interpreter written in Rust 🐍 😱 🤘.

Build Status

Usage (Not implemented yet)

To test RustPython, do the following:

git clone https://github.com/RustPython/RustPython
cd RustPython
cargo run demo.py

Or use pip to install extra modules:

cargo run -m pip install requests

Code organization

The files in the top level directory are from windelbouwman/rspython which contains an implementation of the parser and vm in src/

An alternative implementation of python virtual machine that are compatible with CPython parser are from shinglyu/RustPython and is located in the VM/ folder.

We are in the process of merging the two implementation to form a single implementation.

Community

Chat with us on gitter.

Credit

The initial work was based on windelbouwman/rspython and shinglyu/RustPython

About

A Python Interpreter written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.6%
  • Rust 9.6%
  • Other 0.8%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.