Beispiel #1
0
def biject(source, byte):
    c = dereference(compile_lll(compile_to_lll(parse(source))))
    return c[int(byte)].metadata
Beispiel #2
0
def biject(source, byte):
    c = dereference(compile_lll(compile_to_lll(parse(source))))
    return c[int(byte)].metadata
Beispiel #3
0
def compile(source):
    return assemble(compile_lll(compile_to_lll(parse(source))))
Beispiel #4
0
def compile(source):
    return assemble(compile_lll(compile_to_lll(parse(source))))