comparison python/libs/compiler/core/__init__.py @ 70:35286e8abd03

Added some llvm classes
author windel
date Mon, 29 Oct 2012 20:24:29 +0100
parents
children 5351594349b0
comparison
equal deleted inserted replaced
69:60cc36ef5a50 70:35286e8abd03
1 from instruction import *
2 from function import *
3 from value import *
4