rythonc 0.3.0

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

#foo()