An open API service indexing awesome lists of open source software.

https://github.com/stenbror/pythoncorerust

Python , the core part implemented from scratch in Rust
https://github.com/stenbror/pythoncorerust

cargo parser python runtime rust

Last synced: about 2 months ago
JSON representation

Python , the core part implemented from scratch in Rust

Awesome Lists containing this project

README

          

# PythonCoreRust

Python 3.12 parser in a Roslyn style thinking.

Build with: cargo build --release\
Test with: cargo test\
Run with: cargo run

Minimalize with:\
cargo build --release\
cd target/release\
strip python_core_rust\
ls -la

Project just started. be patient before it can be used for anything usefull.

For now expression rules and statement rules is beeing implemented for Python 3.10 grammar.