rythonc 1.1.0

Command-line Python-to-Rust compiler for the Rython toolchain
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