rythonc 0.2.1

A command-line Python to Rust compiler, at this point, very incomplete.
1
2
3
4
5
def foo(a=5):
    print(a)

def bar():
    foo(a=8)