rythonc 1.1.0

Command-line Python-to-Rust compiler for the Rython toolchain
1
2
3
4
5
6
def foo(a = 6):
    return 7 + a

def bar():
    foo()