rythonc 0.1.2

A command-line Python to Rust compiler, at this point, very incomplete.
1
2
3
4
def foo():
    print("I am testing this.")

#foo()