rythonc 0.1.4

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

#foo()