A transpiler that lets you write python code using a modified syntax and inherits some of rust safety gurantees making your python code more reliable and correct.
cargo run -- -i example.bython
cargo run -- -i example.bython -o output.py
cargo run -- -i example.bython -o output.py --run
cargo run -- -i example.bython --run
cargo run -- -i example.bython --run --python-interpreter python3
This is a work in progress