https://github.com/stenbror/rust_python_core
Python Core interpreter written in Rust.
https://github.com/stenbror/rust_python_core
python rust
Last synced: about 1 month ago
JSON representation
Python Core interpreter written in Rust.
- Host: GitHub
- URL: https://github.com/stenbror/rust_python_core
- Owner: stenbror
- Created: 2025-05-30T13:31:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-20T15:34:54.000Z (about 1 year ago)
- Last Synced: 2025-08-28T23:47:31.007Z (10 months ago)
- Topics: python, rust
- Language: Rust
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Python Core
Starting on a Python 3.15 parser as part of future Rust based Python Core interpreter.
``` cargo build && cargo test```