rythonc 0.2.1

A command-line Python to Rust compiler, at this point, very incomplete.
1
2
3
4
5
6
7
8
def foo():
    a = 7
    #b = [1, 2, 4]
    #for c in b:
    #   print(c)
    return a

pass