Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

shinglyu/RustPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustPython

A Python interpreter written in Rust

Installation

pip install byteplay

Run

Given a python file test.py

python compile_code.py test.py > test.bytecode

cd RustPython
cargo run ../test.bytecode 

TODOs

  • Native types
  • Control flow
  • assert
  • Structural types (list, tuple, object)
  • Strings
  • Function calls
  • Modules import
  • Generators

About

A Python interpreter written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors