pon

(★ 554)

Python 3.14, compiled to metal — JIT & AoT native compiler and runtime in Rust. Cranelift backend, ruff parser, Green Tea GC, byte-exact differential testing against CPython.

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .editorconfig
  • .gitignore
  • AGENTS.md
  • aot-parity-floor.json
  • aot-parity.json
  • Cargo.lock
  • Cargo.toml
  • conformance-floor.json
  • conformance-full-floor.json
  • README.md
  • rust-analyzer.toml
  • rust-toolchain.toml
  • rustfmt.toml

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cargo run

View Details ▼

Run the current Cargo package.
Note: The working directory of the executed binary will be set to the current working directory.

cargo {{[r|run]}}

Run the default binary target:

cargo {{[r|run]}} --bin {{name}}

Run the specified binary:

cargo {{[r|run]}} --example {{name}}

Run the specified example:

// repository documentation