Skip to content

Python , the core part implemented from scratch in Rust

License

Notifications You must be signed in to change notification settings

stenbror/PythonCoreRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python , the core part implemented from scratch in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages