rythonc 0.1.9

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

def bar():
    foo()