13 changed files with
0 additions and
13 deletions
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
from __future__ import absolute_import
|
|
|
|
|
import opcode
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
from __future__ import absolute_import
|
|
|
|
|
import dis
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
'''Defines a bytecode based LLVM translator for llpython code.
|
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
from __future__ import absolute_import
|
|
|
|
|
import itertools
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
|
|
|
|
|
import ctypes
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
|
|
|
|
|
import pprint
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
from __future__ import absolute_import
|
|
|
|
|
from . import opcode_util
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
from __future__ import absolute_import
|
|
|
|
|
import sys
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
|
|
|
|
|
import dis
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
|
|
|
|
|
from .bytecode_visitor import BytecodeFlowVisitor, BenignBytecodeVisitorMixin
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
|
|
|
|
|
import ctypes
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
|
|
|
|
|
def doslice (in_string, lower, upper):
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
#! /usr/bin/env python
|
|
|
|
|
# ______________________________________________________________________
|
|
|
|
|
|
|
|
|
|
import llvm.core as lc
|
|
|
|
|
|