Manual merge from origin/master after applying PR#83.

This commit is contained in:
Jon Riehl 2013-09-09 16:14:32 -05:00
commit aacfce25bf
13 changed files with 0 additions and 13 deletions

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
# Module imports

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
from __future__ import absolute_import

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# ______________________________________________________________________
'''Defines a bytecode based LLVM translator for llpython code.

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
from __future__ import absolute_import
import itertools

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# ______________________________________________________________________

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
import pprint

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
from __future__ import absolute_import
from . import opcode_util

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
from __future__ import absolute_import
import sys

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
from collections import namedtuple

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
from .bytecode_visitor import BytecodeFlowVisitor, BenignBytecodeVisitorMixin

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
import ctypes

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
def doslice (in_string, lower, upper):

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# ______________________________________________________________________
import llvm.core as lc