示例#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))))