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